Update powerwall.sh
This commit is contained in:
@@ -1171,7 +1171,6 @@ STARTALL_SERVICES(){
|
||||
done
|
||||
}
|
||||
SERVICE_MNG(){
|
||||
echo "HERE: ${PW_POWERWALL_SERVICES[${1}]}"
|
||||
if [ "${2}" = "start" ]; then
|
||||
sa=Starting
|
||||
|
||||
@@ -1186,7 +1185,7 @@ SERVICE_MNG(){
|
||||
|
||||
fi
|
||||
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]}"
|
||||
}
|
||||
STOP_SERVICE(){
|
||||
|
||||
Reference in New Issue
Block a user