From e545b1a485494fc9005ee734daacd3e12e3d97fc Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 30 Oct 2023 21:55:31 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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