Update powerwall.sh

This commit is contained in:
2023-10-21 21:43:56 -05:00
parent 7f3639780c
commit 820ca80823

View File

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