check_webservice_load.sh: a minor change inside 'check_website'.

This commit is contained in:
Christoph 2022-02-27 10:14:01 +01:00
parent bfe4ebee5a
commit ddec69214b

View File

@ -2264,7 +2264,7 @@ if $check_website ; then
# - Clean up cache/session files.. # - Clean up cache/session files..
# - # -
if $include_cleanup_function ; then if $include_cleanup_function && [[ -n "$(trim $cleanup_function)" ]] ; then
info "Execute configured cleanup tasks.." info "Execute configured cleanup tasks.."
echo -e "\n\t[ Info ]: Execute configured cleanup tasks .." >> $LOCK_DIR/extra_msg.txt echo -e "\n\t[ Info ]: Execute configured cleanup tasks .." >> $LOCK_DIR/extra_msg.txt