Update nodemgmt-scripts.sh

This commit is contained in:
2023-08-24 21:36:49 -05:00
parent 32f2dded9e
commit 8fed4a4956

View File

@@ -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