This commit is contained in:
2023-10-21 21:42:27 -05:00
parent e0bd6990f7
commit 7f3639780c
2 changed files with 1 additions and 2 deletions

View File

@@ -901,7 +901,7 @@ GET_SNAPSHOTS(){
DIVIDER . lightGreen 70
echo -en "${idsCL[LighGreen]}Looking for snapshots...${idsCL[Default]}"
result=`${PW_FOLDER}/esxi-scripts/get-snapshots.ps1 ${ESXIHOST}`
[ "${result}" != "" ] && echo -e "\033[2K\033[2A${result}" || echo -e "\033[2KNo snapshots found"
[ "${result}" != "" ] && echo -e "\033[2K\033[1A${result}" || echo -e "\033[1K No snapshots found"
DIVIDER true lightGreen 70
fi
done