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