This commit is contained in:
2023-10-21 21:45:18 -05:00
parent 820ca80823
commit 99b8b90160
2 changed files with 2 additions and 3 deletions

2
run.sh
View File

@@ -44,7 +44,7 @@ if [ "${1}" == "update" ]; then
source /opt/idssys/powerwall/defaults.inc
if [ "${2}" != "q" ]; then
echo -en "\e[1A";
echo -e "\e[0K\r ${idsCL[Green]}Update to v${VERS} complete${idsCL[Default]}"
echo -e "\e[0K\r ${idsCL[Green]}Update to v${VERS} complete${idsCL[Default]}\n"
fi
# echo -en "${idsCL[Yellow]}Restarting Powerwall services to apply update ${idsCL[White]}... "
# /opt/idssys/powerwall/powerwall.sh service all restart >/dev/null 2>&1