check_webservice_load.sh: a minor change inside 'check_website'.
This commit is contained in:
parent
bfe4ebee5a
commit
ddec69214b
@ -2264,7 +2264,7 @@ if $check_website ; then
|
||||
|
||||
# - Clean up cache/session files..
|
||||
# -
|
||||
if $include_cleanup_function ; then
|
||||
if $include_cleanup_function && [[ -n "$(trim $cleanup_function)" ]] ; then
|
||||
|
||||
info "Execute configured cleanup tasks.."
|
||||
echo -e "\n\t[ Info ]: Execute configured cleanup tasks .." >> $LOCK_DIR/extra_msg.txt
|
||||
|
Loading…
Reference in New Issue
Block a user