This commit is contained in:
2023-10-21 21:37:03 -05:00
parent fb77f9670b
commit 2147e9d540
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -901,8 +901,8 @@ 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[2A"
[ "${result}" != "" ] && echo -e "${result}" || echo "No snapshots found"
echo -e "\033[2K"
[ "${result}" != "" ] && echo -e "\033[2A${result}" || echo "No snapshots found"
DIVIDER true lightCyan 70
fi
done