remove debug, fix failing source

This commit is contained in:
Jakobus Schürz 2020-01-22 11:00:53 +01:00
parent c76952df20
commit c6d3098290
2 changed files with 1 additions and 6 deletions

View file

@ -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}"

View file

@ -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