Update powerwall.sh

This commit is contained in:
2023-05-15 22:25:59 -05:00
parent fee45c46c6
commit 5ddf982f81

View File

@@ -353,6 +353,9 @@ SERVICE_MNG(){
sa=Restarting
elif [ "${2}" = "status" ]; then
sa='Status for'
fi
echo -en "${idsCL[LightCyan]}${sa} ${1} Service ... "
/bin/systemctl ${2} ${1}
echo -e "${idsCL[Green]}Done${idsCL[Default]}"