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; }
|
||||
. ${MYSHELLCONFIG_BASE}/loggingfunctions
|
||||
SCRIPTENTRY
|
||||
cat << EOF >> "${MYSHELLCONFIG_LOGFILE}"
|
||||
------- start -------------- $(date) ---------------8<--
|
||||
|
||||
EOF
|
||||
SCRIPTENTRY
|
||||
# define functions
|
||||
ckrepo () {
|
||||
# check if remote repo is reachable
|
||||
|
|
Loading…
Reference in a new issue