diff --git a/defaults.inc b/defaults.inc index cc25da48..ae256ea7 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,5 +1,5 @@ -VERS='2.5.41-12172023' +VERS='2.5.43-12172023' noheader=' update service dailytemp confsync ' diff --git a/inc/power.inc.sh b/inc/power.inc.sh index 5b7d9db4..53da2171 100644 --- a/inc/power.inc.sh +++ b/inc/power.inc.sh @@ -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