Update powerwall.sh
This commit is contained in:
@@ -356,8 +356,8 @@ SERVICE_MNG(){
|
|||||||
sa='Status for'
|
sa='Status for'
|
||||||
|
|
||||||
fi
|
fi
|
||||||
echo -en "${idsCL[LightCyan]}${sa} ${1} Service ... "
|
echo -en "${idsCL[LightCyan]}${sa} ${POWERWALL_SERVICES[${1}]} Service ... "
|
||||||
/bin/systemctl ${2} ${1}
|
/bin/systemctl ${2} ${POWERWALL_SERVICES[${1}]}
|
||||||
echo -e "${idsCL[Green]}Done${idsCL[Default]}"
|
echo -e "${idsCL[Green]}Done${idsCL[Default]}"
|
||||||
}
|
}
|
||||||
STOP_SERVICE(){
|
STOP_SERVICE(){
|
||||||
|
|||||||
Reference in New Issue
Block a user