diff --git a/inc/power.inc.sh b/inc/power.inc.sh index e428a659..72242329 100644 --- a/inc/power.inc.sh +++ b/inc/power.inc.sh @@ -727,7 +727,7 @@ POWERLOGGER_SERVICE(){ fi done - if [ "$(compgen -G "${PW_TMPFOLDER}/temp.*")" != "" ] || [ "$(compgen -G "${PW_TMPFOLDER}/power.*")" != "" ]; then + if [ "$(compgen -G "${PW_TMPFOLDER}/temp.*")" != "" ] || [ "$(compgen -G "${PW_TMPFOLDER}/power.*.low")" != "" ]; then sleep ${PW_MYSQL_LOG_INTERVAL_ABNORMAL}m else