remove debug, fix failing source
This commit is contained in:
parent
c76952df20
commit
c6d3098290
2 changed files with 1 additions and 6 deletions
|
@ -66,16 +66,12 @@ EOF
|
|||
|
||||
|
||||
|
||||
echo TEST1 >&2
|
||||
# source git-sync part of myshellconfig
|
||||
. "${MYSHELLCONFIG_BASE}/myshell_git_sync"
|
||||
|
||||
echo TEST2 >&2
|
||||
# source loading defaults part of myshellconfig
|
||||
. "${MYSHELLCONFIG_BASE}/myshell_load_defaults"
|
||||
|
||||
echo TEST3 >&2
|
||||
|
||||
fi
|
||||
|
||||
cat << EOF >> "${MYSHELLCONFIG_LOGFILE}"
|
||||
|
|
|
@ -43,8 +43,7 @@ if ! $SSHS; then
|
|||
done
|
||||
fi
|
||||
|
||||
.
|
||||
if [ -f "${MYSHELLCONFIG_BASE}/PS1" ]; then
|
||||
if [ -f "${MYSHELLCONFIG_BASE}/myshell_load_fortmpconfig" ]; then
|
||||
. "${MYSHELLCONFIG_BASE}/myshell_load_fortmpconfig"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue