From a06abadd0e186d9ad6093475618921193ac395fa Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 15 May 2023 22:27:08 -0500 Subject: [PATCH] Update powerwall.sh --- powerwall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/powerwall.sh b/powerwall.sh index 231bb9b0..ed701321 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -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(){