From 8fed4a495667dee2b76002434a8bfa1cd7359665 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 24 Aug 2023 21:36:49 -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 f0b3a7cf..80a3373e 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -583,7 +583,7 @@ BACKUP_OFFSITEPFSENSE(){ if [ "$(date +%u)" == "4" ]; then cp -r ${newBAKFOLDER} ${newBAKFOLDER/-D/-W} fi - if [ "$(date +%d)" == "24" ]; then + if [ "$(date +%d)" == "1" ]; then cp -r ${newBAKFOLDER} ${newBAKFOLDER/-D/-M} fi