add debug
This commit is contained in:
parent
51daa83ca4
commit
07c4cd055c
1 changed files with 2 additions and 1 deletions
|
@ -81,6 +81,7 @@ if ! $SSHS; then
|
||||||
|
|
||||||
#GIT_SSH_PATH="/srv/repos"
|
#GIT_SSH_PATH="/srv/repos"
|
||||||
|
|
||||||
|
echo "Run with $TERM"
|
||||||
case $TERM in
|
case $TERM in
|
||||||
*term*|*linux*)
|
*term*|*linux*)
|
||||||
|
|
||||||
|
@ -150,7 +151,7 @@ if ! $SSHS; then
|
||||||
echo "Run with dumb terminal" 1>&2
|
echo "Run with dumb terminal" 1>&2
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Rund with $TERM"
|
echo "Run with $TERM"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue