From d99e2dde79af2e53ccaaf3d2f940c759bd735fb4 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 26 Jan 2024 16:34:27 -0600 Subject: [PATCH] Update powerwall.sh --- powerwall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/powerwall.sh b/powerwall.sh index c2a6f38e..66bfdb57 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -715,9 +715,9 @@ LOGROTATE(){ } 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 - 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` echo -en "\033[2K\e[0K\r" echo -e "${snapshots}"