add debug

This commit is contained in:
root 2020-03-12 22:10:16 +01:00
parent 68fd15cc17
commit 6fcfbc2ae0

View file

@ -149,5 +149,8 @@ if ! $SSHS; then
*dumb*) *dumb*)
echo "Run with dumb terminal" 1>&2 echo "Run with dumb terminal" 1>&2
;; ;;
*)
echo "Rund with $TERM"
;;
esac esac
fi fi