From fcf1616bb207e8ea24692933450a8f500060d719 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 5 Feb 2019 12:47:36 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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(){