From 9aaf255db43d0c95f8676fda9bc90f84d9e0b5e8 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 13 Dec 2023 18:59:58 -0600 Subject: [PATCH] Update powerwall.sh --- powerwall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerwall.sh b/powerwall.sh index ce04ecc0..d4091ceb 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -1185,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(){