change from echo to log
This commit is contained in:
parent
822aad2aa9
commit
59b23ef42c
1 changed files with 1 additions and 1 deletions
|
@ -55,6 +55,7 @@ if [[ $- = *i* ]] ; then
|
||||||
------- start -------------- $(date) ---------------8<--
|
------- start -------------- $(date) ---------------8<--
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
SCRIPTENTRY
|
SCRIPTENTRY
|
||||||
# define functions
|
# define functions
|
||||||
ckrepo () {
|
ckrepo () {
|
||||||
|
@ -95,7 +96,6 @@ EOF
|
||||||
logwarn "Not syncing profile in case of configuration"
|
logwarn "Not syncing profile in case of configuration"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# Check for interactive bash and that we haven't already been sourced.
|
# Check for interactive bash and that we haven't already been sourced.
|
||||||
if [ -n "${BASH_VERSION-}" -a -n "${PS1-}" -a -z "${BASH_COMPLETION_VERSINFO-}" ]; then
|
if [ -n "${BASH_VERSION-}" -a -n "${PS1-}" -a -z "${BASH_COMPLETION_VERSINFO-}" ]; then
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue