Update power.inc.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user