Update powerwall.sh

This commit is contained in:
2023-05-14 22:08:05 -05:00
parent 19392376c6
commit 86264f22f1

View File

@@ -360,7 +360,7 @@ TEST(){
if [ ${action-x} ]; then
# if [ ${action-x} ]; then
case $action in
stopall) STOPALL_SERVICES;;
startall) STARTALL_SERVICES;;
@@ -400,6 +400,6 @@ if [ ${action-x} ]; then
CHECKTEMP
;;
esac
fi
# fi
exit 0