diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index cc58d61a..02c355e0 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -164,7 +164,7 @@ BACKUP(){ if [ "${action}" != "backup" ]; then echo -e "${idsCL[Green]}Ok${idsCL[Default]}" fi - dn + done touch ${BACKUP_FOLDER}/backup.lastrun if [ "${action}" != "backup" ]; then echo "" @@ -173,7 +173,6 @@ BACKUP(){ if [ -z $action ] || [ "${action}" = "gui" ]; then ENTER2CONTINUE fi - } DELSITE(){