Update powerwall.sh

This commit is contained in:
2023-10-21 21:33:38 -05:00
parent f44bb0d208
commit 0d7d61416e

View File

@@ -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