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