debug output to stderr

This commit is contained in:
Jakobus Schürz 2020-03-13 13:52:55 +01:00
parent 19240f1c61
commit 2a65cd2d9a

View file

@ -81,7 +81,7 @@ if ! $SSHS; then
#GIT_SSH_PATH="/srv/repos" #GIT_SSH_PATH="/srv/repos"
echo "Run with $TERM" echo "Run with $TERM" >&2
case $TERM in case $TERM in
*term*|*linux*) *term*|*linux*)
@ -151,7 +151,7 @@ if ! $SSHS; then
echo "Run with dumb terminal" 1>&2 echo "Run with dumb terminal" 1>&2
;; ;;
*) *)
echo "Run with $TERM" echo "Run with $TERM" >&2
;; ;;
esac esac
fi fi