From aabc7cb3518de16e0d4f7c0e2c214e75fdeaf324 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 14 Nov 2023 14:33:00 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 55cc382f..09dd55ed 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -42,10 +42,9 @@ BACKUP(){ fi done touch ${NM_LOGFOLDER}/backup.lastrun - # if [ "${action}" != "backup" ]; then - echo - DIVIDER true - # fi + echo + DIVIDER true + echo -e "${idsCL[Green]}Backups were successfully created in: ${idsCL[Yellow]}${BACKUP_FOLDER}${idsCL[Default]}" if [ -z $action ] || [ "${action}" = "gui" ]; then ENTER2CONTINUE fi