improve output
This commit is contained in:
parent
dff2a9eab5
commit
8fa405e41e
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ if [[ $- = *i* ]] ; then
|
||||||
. ${MYSHELLCONFIG_BASE}/logging
|
. ${MYSHELLCONFIG_BASE}/logging
|
||||||
|
|
||||||
cat << EOF >> "${MYSHELLCONFIG_LOGFILE}"
|
cat << EOF >> "${MYSHELLCONFIG_LOGFILE}"
|
||||||
------- start configure new shell -------------- $(date) ---------------8<--
|
==8<=== start configure new shell ============== $(date) ===============8<==
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
@ -157,7 +157,7 @@ EOF
|
||||||
|
|
||||||
|
|
||||||
cat << EOF >> "${MYSHELLCONFIG_LOGFILE}"
|
cat << EOF >> "${MYSHELLCONFIG_LOGFILE}"
|
||||||
--8<--- finished configure new shell ---------------- $(date) ---------------8<--
|
==8<=== finished configure new shell ================ $(date) ===============8<==
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue