From 692dc36dc705fac93373ce5365bbeb645b4e4b3a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 30 Oct 2023 22:08:39 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 1 - 1 file changed, 1 deletion(-) 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"