Update nodemgmt-scripts.sh

This commit is contained in:
2023-08-24 21:34:15 -05:00
parent 59162899a0
commit 3f118a0bc0

View File

@@ -599,7 +599,7 @@ BACKUP_OFFSITEPFSENSE(){
elif [[ "${i}" == *"-M"* ]]; then
filestokeep=${monthlyfilestokeep[@]}
fi
echo ${filestokeep}
echo ${!filestokeep}
for a in ${!filestokeep}; do
[ "${i}" == "${a}" ] && keep=1
done;