diff --git a/myshell_git_sync b/myshell_git_sync index 0760c41..45257c3 100644 --- a/myshell_git_sync +++ b/myshell_git_sync @@ -83,7 +83,8 @@ if ! $SSHS; then echo "Run with $TERM" >&2 case $TERM in - *term*|*linux*) + #*term*|*linux*) + *term*) if [ -d "${MYSHELLCONFIG_BASE}" -a $($SGIT status 1>/dev/null 2>&1; echo $?) -eq 0 ]; then [ -d "${MYSHELLCONFIG_LOGDIR}" ] || mkdir -p "${MYSHELLCONFIG_LOGDIR}"