This commit is contained in:
2023-12-11 19:51:12 -06:00
parent 3026b53902
commit 0f97bc3e11
3 changed files with 2 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
VERS='2.4.20-12112023'
VERS='2.5.1-12112023'
noheader=' update service dailytemp '
hc_cw=60

View File

@@ -2370,11 +2370,6 @@ fi
;;
logrotate) LOGROTATE;;
update)
# echo -en "${idsCL[LightCyan]}Will reboot monitoring services in the background to apply updates ... "
# RESTARTALL_SERVICES >/dev/null 2>&1 &
# echo -e "${idsCL[Green]}Done${idsCL[Default]}\n"
;;
status)
CHECKPOWER
CHECKTEMP

2
run.sh
View File

@@ -63,7 +63,7 @@ if [ "${1}" == "update" ]; then
fi
/opt/idssys/powerwall/powerwall.sh ${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10}
[ "${1}" != "update" ] && /opt/idssys/powerwall/powerwall.sh ${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10}
exit 0