Update nodemgmt-scripts.sh

This commit is contained in:
2023-11-14 14:33:00 -06:00
parent 59741a2268
commit aabc7cb351

View File

@@ -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