Update powerwall.sh

This commit is contained in:
2023-12-13 18:59:58 -06:00
parent db1bc6582e
commit 9aaf255db4

View File

@@ -1185,7 +1185,7 @@ SERVICE_MNG(){
fi fi
echo -en "${idsCL[LightCyan]}${sa} ${PW_POWERWALL_SERVICES[${1}]} Service ... " echo -en "${idsCL[LightCyan]}${sa} ${PW_POWERWALL_SERVICES[${1}]} Service ... "
/bin/systemctl ${2} ${PW_POWERWALL_SERVICES[${1}]} # /bin/systemctl ${2} ${PW_POWERWALL_SERVICES[${1}]}
echo -e "${idsCL[Green]}Done${idsCL[Default]}" echo -e "${idsCL[Green]}Done${idsCL[Default]}"
} }
STOP_SERVICE(){ STOP_SERVICE(){