diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 21db8f83..b80cc929 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -603,7 +603,6 @@ BACKUP_OFFSITEPFSENSE(){ ln -s "${newBAKFOLDER}-M" "${newBAKFOLDER}-D" elif [ "$(date +%u)" == "${DOW}" ]; then mv ${newBAKFOLDER} "${newBAKFOLDER}-W" - echo "${newBAKFOLDER} - ${newBAKFOLDER}-D" ln -s "${newBAKFOLDER}-W" "${newBAKFOLDER}-D" else mv ${newBAKFOLDER} "${newBAKFOLDER}-D"