From f44bb0d20855c00e1fc07ee12a72054e8bb14de0 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 21 Oct 2023 21:28:38 -0500 Subject: [PATCH] Update powerwall.sh --- powerwall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerwall.sh b/powerwall.sh index f3040195..e9484cae 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -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