update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
VERS='2.2.86-10212023'
|
||||
VERS='2.2.90-10212023'
|
||||
|
||||
noheader=' update service dailytemp '
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user