Update powerwall.sh

This commit is contained in:
2023-10-21 21:28:38 -05:00
parent c601963977
commit f44bb0d208

View File

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