From 0d7d61416edc014d5ca27f5a736d598bdbc510ea Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 21 Oct 2023 21:33:38 -0500 Subject: [PATCH] Update powerwall.sh --- powerwall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/powerwall.sh b/powerwall.sh index e9484cae..3ae14f24 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -901,8 +901,8 @@ 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" - [ "${result}" != "" ] && echo -e "${result}\n" || echo "No snapshots found" + echo -e "\033[2K\033[1A" + [ "${result}" != "" ] && echo -e "${result}" || echo "No snapshots found" DIVIDER true lightCyan 70 fi done