Update powerwall.sh

This commit is contained in:
2023-10-21 21:21:56 -05:00
parent 36e077fea0
commit ace0ed1fa0

View File

@@ -899,8 +899,10 @@ GET_SNAPSHOTS(){
ESXIHOST=${PW_HOST_ADDRESSES[${SENSOR}]}
echo -e "${idsCL[LightCyan]}${PW_ESXI_HOST_NAMES[${ESXIHOST}]} (${ESXIHOST}) "
DIVIDER . lightCyan 70
echo -en "${idsCL[LighGreen]}Looking for snapshots...${idsCL[Default]}"
result=`${PW_FOLDER}/esxi-scripts/get-snapshots.ps1 ${ESXIHOST}`
[ "${result}" != "" ] && echo ${result} || echo "No snapshots found"
echo -e "\r\033[K"
[ "${result}" != "" ] && echo -e "${result}" || echo "No snapshots found"
DIVIDER true lightCyan 70
fi
done