diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index aee8c488..9f1f917b 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -589,7 +589,7 @@ BACKUP_OFFSITEPFSENSE(){ done; if [ $keep == 0 ]; then echo ${i} - [ "$(date +%u)" == "4" ] && mv ${i} ${i}-W || rm -rf ${i} + [ "$(date +%u)" == "1" ] && mv ${i} ${i}-W || rm -rf ${i} fi done