From d61eec51f676ade0a54057bc28c6910ce4a85d38 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 24 Aug 2023 20:05:47 -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 dd38c58c..43aea280 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -587,7 +587,7 @@ BACKUP_OFFSITEPFSENSE(){ keep=0 for a in ${files[@]}; do echo 2:$i - [ $i == $a ] && keep=1 + [ "$i" == "$a" ] && keep=1 done; echo keep=$keep if [ $keep == 0 ]; then