change debug output
This commit is contained in:
parent
f05ec6de66
commit
84667b2faf
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ case $(tty) in
|
||||||
echo "Run in TTY -> set autologout \$TMOUT=$TMOUT" >&2
|
echo "Run in TTY -> set autologout \$TMOUT=$TMOUT" >&2
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Run in other terminal - set no autologout" >&2
|
echo "Run in graphical terminal - set no autologout" >&2
|
||||||
unset TMOUT
|
unset TMOUT
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue