Update powerwall.sh

This commit is contained in:
2023-05-15 22:27:08 -05:00
parent 5ddf982f81
commit a06abadd0e

View File

@@ -356,8 +356,8 @@ SERVICE_MNG(){
sa='Status for'
fi
echo -en "${idsCL[LightCyan]}${sa} ${1} Service ... "
/bin/systemctl ${2} ${1}
echo -en "${idsCL[LightCyan]}${sa} ${POWERWALL_SERVICES[${1}]} Service ... "
/bin/systemctl ${2} ${POWERWALL_SERVICES[${1}]}
echo -e "${idsCL[Green]}Done${idsCL[Default]}"
}
STOP_SERVICE(){