change from echo to log

This commit is contained in:
Jakobus Schürz 2020-09-22 02:01:30 +02:00
parent 822aad2aa9
commit 59b23ef42c

View file

@ -55,6 +55,7 @@ if [[ $- = *i* ]] ; then
------- start -------------- $(date) ---------------8<--
EOF
SCRIPTENTRY
# define functions
ckrepo () {
@ -95,7 +96,6 @@ EOF
logwarn "Not syncing profile in case of configuration"
fi
}
# 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