Update power.inc.sh

This commit is contained in:
2024-01-12 09:53:21 -06:00
parent 4cf5a09a47
commit e362ea1365

View File

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