Update powerwall.sh
This commit is contained in:
@@ -901,7 +901,8 @@ 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[1A${result}" || echo -e "\033[1K No snapshots found"
|
||||
echo -e "\033[2K"
|
||||
[ "${result}" != "" ] && echo -e "\033[1A${result}" || echo -e "\033[1A No snapshots found"
|
||||
DIVIDER true lightGreen 70
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user