This commit is contained in:
2023-10-21 21:17:16 -05:00
parent 8105679d19
commit 36e077fea0
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='2.2.85-10212023'
VERS='2.2.86-10212023'
noheader=' update service dailytemp '

View File

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