From 07c4cd055c5d1e6a122cac4efb725befb8d8db22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Thu, 12 Mar 2020 23:58:54 +0100 Subject: [PATCH] add debug --- myshell_git_sync | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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