change debug output

This commit is contained in:
Jakobus Schürz 2020-08-24 23:19:23 +02:00
parent f05ec6de66
commit 84667b2faf

View file

@ -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