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<-- ------- 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