update
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
VERS='2.2.86-10212023'
|
VERS='2.2.90-10212023'
|
||||||
|
|
||||||
noheader=' update service dailytemp '
|
noheader=' update service dailytemp '
|
||||||
|
|
||||||
|
|||||||
@@ -901,8 +901,8 @@ GET_SNAPSHOTS(){
|
|||||||
DIVIDER . lightCyan 70
|
DIVIDER . lightCyan 70
|
||||||
echo -en "${idsCL[LighGreen]}Looking for snapshots...${idsCL[Default]}"
|
echo -en "${idsCL[LighGreen]}Looking for snapshots...${idsCL[Default]}"
|
||||||
result=`${PW_FOLDER}/esxi-scripts/get-snapshots.ps1 ${ESXIHOST}`
|
result=`${PW_FOLDER}/esxi-scripts/get-snapshots.ps1 ${ESXIHOST}`
|
||||||
echo -e "\033[2K\033[2A"
|
echo -e "\033[2K"
|
||||||
[ "${result}" != "" ] && echo -e "${result}" || echo "No snapshots found"
|
[ "${result}" != "" ] && echo -e "\033[2A${result}" || echo "No snapshots found"
|
||||||
DIVIDER true lightCyan 70
|
DIVIDER true lightCyan 70
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user