From eeb94a10b16032b13c34f4cb4f3fcafa0eca0666 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 24 Aug 2023 20:11:23 -0500 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 ed419ba4..c1965a58 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -589,7 +589,7 @@ BACKUP_OFFSITEPFSENSE(){ done; if [ $keep == 0 ]; then echo "REMOVING : $i" - #[ $TEST != true ] && rm -rf $i + rm -rf $i else echo "KEEPING : $i" fi