From fb77f9670be40a8c1149ff7e221e911f7df5e474 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 21 Oct 2023 21:34:26 -0500 Subject: [PATCH] Update powerwall.sh --- powerwall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerwall.sh b/powerwall.sh index 3ae14f24..9f2474ee 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -901,7 +901,7 @@ GET_SNAPSHOTS(){ DIVIDER . lightCyan 70 echo -en "${idsCL[LighGreen]}Looking for snapshots...${idsCL[Default]}" result=`${PW_FOLDER}/esxi-scripts/get-snapshots.ps1 ${ESXIHOST}` - echo -e "\033[2K\033[1A" + echo -e "\033[2K\033[2A" [ "${result}" != "" ] && echo -e "${result}" || echo "No snapshots found" DIVIDER true lightCyan 70 fi