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