Update powerwall.sh
This commit is contained in:
@@ -715,9 +715,9 @@ LOGROTATE(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
GET_SNAPSHOTS(){
|
GET_SNAPSHOTS(){
|
||||||
echo -e "\n${idsCL[Green]}ALL VCENTER VM SNAPHOTS ${idsCL[Default]}(minus replicas)"
|
echo -e "\n${idsCL[Yellow]}ALL VCENTER VM SNAPHOTS ${idsCL[Default]}(minus replicas)"
|
||||||
DIVIDER . lightGreen 70
|
DIVIDER . lightGreen 70
|
||||||
echo -en "\n${idsCL[Green]}Connecting to vCenter and gathering snapshots ..."
|
echo -en "${idsCL[LightCyan]}Connecting to vCenter and gathering snapshots ...${idsCL[Default]}"
|
||||||
snapshots=`${PW_FOLDER}/esxi-scripts/get-snapshots.ps1`
|
snapshots=`${PW_FOLDER}/esxi-scripts/get-snapshots.ps1`
|
||||||
echo -en "\033[2K\e[0K\r"
|
echo -en "\033[2K\e[0K\r"
|
||||||
echo -e "${snapshots}"
|
echo -e "${snapshots}"
|
||||||
|
|||||||
Reference in New Issue
Block a user