From 7f3639780c1ad234d7b60bfa2cdf6d89f837f315 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 21 Oct 2023 21:42:27 -0500 Subject: [PATCH] update --- powerwall.sh | 2 +- run.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/powerwall.sh b/powerwall.sh index 57661d67..784d7eaf 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -901,7 +901,7 @@ GET_SNAPSHOTS(){ DIVIDER . lightGreen 70 echo -en "${idsCL[LighGreen]}Looking for snapshots...${idsCL[Default]}" result=`${PW_FOLDER}/esxi-scripts/get-snapshots.ps1 ${ESXIHOST}` - [ "${result}" != "" ] && echo -e "\033[2K\033[2A${result}" || echo -e "\033[2KNo snapshots found" + [ "${result}" != "" ] && echo -e "\033[2K\033[1A${result}" || echo -e "\033[1K No snapshots found" DIVIDER true lightGreen 70 fi done diff --git a/run.sh b/run.sh index 8b7c16e5..99d798a6 100755 --- a/run.sh +++ b/run.sh @@ -48,7 +48,6 @@ if [ "${1}" == "update" ]; then 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 - echo -e "${idsCL[Green]}Done${idsCL[Default]}\n" elif [ "${2}" != "q" ]; then echo -en "\e[1A";