change output
This commit is contained in:
parent
6a3d12679b
commit
1527daae36
1 changed files with 1 additions and 1 deletions
|
@ -51,11 +51,11 @@ if [[ $- = *i* ]] ; then
|
||||||
|
|
||||||
[ -z "${SCRIPT_LOG+x}" ] && { SCRIPT_LOG="${MYSHELLCONFIG_LOGFILE}"; export SCRIPT_LOG; }
|
[ -z "${SCRIPT_LOG+x}" ] && { SCRIPT_LOG="${MYSHELLCONFIG_LOGFILE}"; export SCRIPT_LOG; }
|
||||||
. ${MYSHELLCONFIG_BASE}/loggingfunctions
|
. ${MYSHELLCONFIG_BASE}/loggingfunctions
|
||||||
SCRIPTENTRY
|
|
||||||
cat << EOF >> "${MYSHELLCONFIG_LOGFILE}"
|
cat << EOF >> "${MYSHELLCONFIG_LOGFILE}"
|
||||||
------- start -------------- $(date) ---------------8<--
|
------- start -------------- $(date) ---------------8<--
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
SCRIPTENTRY
|
||||||
# define functions
|
# define functions
|
||||||
ckrepo () {
|
ckrepo () {
|
||||||
# check if remote repo is reachable
|
# check if remote repo is reachable
|
||||||
|
|
Loading…
Reference in a new issue