Update powerwall.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user