Update powerwall.sh

This commit is contained in:
2022-09-11 21:42:07 -05:00
parent daf6c468ac
commit 8ef4602a4a

View File

@@ -254,6 +254,7 @@ SHUTDOWN_SERVERS(){
if [ ${action-x} ]; then if [ ${action-x} ]; then
case $action in case $action in
updateservices) UPDATE_SERVICES;;
checktemp) CHECKTEMP ${2};; checktemp) CHECKTEMP ${2};;
checktemp_service) checktemp_service)
if [ "${2}" = "stop" ]; then if [ "${2}" = "stop" ]; then