From 80477585a2f0612eab54505ffd9613d4e861f4f3 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 19 Feb 2024 22:12:43 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index e45dc65a..aa0840bc 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -22,7 +22,7 @@ if [ "${1}" == "report" ] || [ "${2}" == "report" ] || [ "${3}" == "report" ]; t idsST=('') fi -# [ -f ${NM_BACKUP_FOLDER}/templates/*.config ] && rm -f ${NM_BACKUP_FOLDER}/templates/*.config +[ -f ${NM_BACKUP_FOLDER}/templates/*.config ] && rm -f ${NM_BACKUP_FOLDER}/templates/*.config BACKUP(){