Update powerwall.sh

This commit is contained in:
2023-10-21 21:41:09 -05:00
parent dc24c49234
commit e0bd6990f7

View File

@@ -901,8 +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}`
echo -en "\033[2K"
[ "${result}" != "" ] && echo -e "\033[2A${result}" || echo "No snapshots found"
[ "${result}" != "" ] && echo -e "\033[2K\033[2A${result}" || echo -e "\033[2KNo snapshots found"
DIVIDER true lightGreen 70
fi
done