add debug

This commit is contained in:
Jakobus Schürz 2020-03-12 23:58:54 +01:00
parent 51daa83ca4
commit 07c4cd055c

View file

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