From 820ca80823d945ddc12c1295030da83bba61d4f9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 21 Oct 2023 21:43:56 -0500 Subject: [PATCH] Update powerwall.sh --- powerwall.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/powerwall.sh b/powerwall.sh index 784d7eaf..71781f61 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -901,7 +901,8 @@ 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[1A${result}" || echo -e "\033[1K No snapshots found" + echo -e "\033[2K" + [ "${result}" != "" ] && echo -e "\033[1A${result}" || echo -e "\033[1A No snapshots found" DIVIDER true lightGreen 70 fi done