diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index b5ba2097..034124f2 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -602,7 +602,7 @@ BACKUP_OFFSITEPFSENSE(){ ln -s "${newBAKFOLDER}-M" "${newBAKFOLDER}-D" elif [ "$(date +%u)" == "${DOW}" ]; then mv ${newBAKFOLDER} "${newBAKFOLDER}-W" - ln -s ${newBAKFOLDER}-W ${newBAKFOLDER}-D + # ln -s ${newBAKFOLDER}-W ${newBAKFOLDER}-D else mv ${newBAKFOLDER} "${newBAKFOLDER}-D" fi