This commit is contained in:
2023-12-17 16:50:33 -06:00
parent 4b5fb88942
commit 12a073e9a0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
VERS='2.5.41-12172023'
VERS='2.5.43-12172023'
noheader=' update service dailytemp confsync '

View File

@@ -392,7 +392,7 @@ BATT VOLTAGE: ${BATTVOLT}'volts"
touch ${PW_TMPFOLDER}/power.ac.good
elif [ -f ${PW_TMPFOLDER}/.power.restored ] && [ $(expr `date +%s` - $(stat -c %Y ${PW_TMPFOLDER}/.power.restored)) -ge $(echo "scale=0; ${PW_WAIT_TO_POWER_SERVERS}*60" | bc) ]; then
HOSTMGMT mainsite -p on
HOSTMGMT mainsite -p on >/dev/null 2>&1 &
rm -f ${PW_TMPFOLDER}/.power.restored
fi