diff --git a/myshell_git_sync b/myshell_git_sync index 1c3893a..f014106 100644 --- a/myshell_git_sync +++ b/myshell_git_sync @@ -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