Update powerwall.sh
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user