Update powerwall.sh

This commit is contained in:
2023-10-21 21:34:26 -05:00
parent 0d7d61416e
commit fb77f9670b

View File

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