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