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