From 2147e9d5400cdae976bc85c73431b5f0df022a1d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 21 Oct 2023 21:37:03 -0500 Subject: [PATCH] update --- defaults.inc | 2 +- powerwall.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/defaults.inc b/defaults.inc index 263c8b70..dde5e4c9 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='2.2.86-10212023' +VERS='2.2.90-10212023' noheader=' update service dailytemp ' diff --git a/powerwall.sh b/powerwall.sh index 9f2474ee..59d3a9e9 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -901,8 +901,8 @@ GET_SNAPSHOTS(){ DIVIDER . lightCyan 70 echo -en "${idsCL[LighGreen]}Looking for snapshots...${idsCL[Default]}" result=`${PW_FOLDER}/esxi-scripts/get-snapshots.ps1 ${ESXIHOST}` - echo -e "\033[2K\033[2A" - [ "${result}" != "" ] && echo -e "${result}" || echo "No snapshots found" + echo -e "\033[2K" + [ "${result}" != "" ] && echo -e "\033[2A${result}" || echo "No snapshots found" DIVIDER true lightCyan 70 fi done