This commit is contained in:
2023-12-13 19:03:16 -06:00
parent e878f1d144
commit a9b325bcaa
2 changed files with 3 additions and 3 deletions

2
run.sh
View File

@@ -48,7 +48,7 @@ if [ "${1}" == "update" ]; then
read -n 1 -p "Do you want to restart PowerWall Services? (y/N): " choice
case "$choice" in
[Yy])
echo -e "\n${idsCL[Yellow]}Restarting Powerwall services to apply update ${idsCL[White]} ... \n"
echo -e "\n${idsCL[Yellow]}Restarting Powerwall services to apply update ${idsCL[White]}\n"
${PW_SCRIPT} service all restart
;;
*) echo;;