From bd1a0d31a466106d4c1e29aebf1b677b3b2e9f68 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 16 Dec 2023 14:57:14 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 1356ac3b..385b8953 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1128,8 +1128,8 @@ GUI(){ nginxupdate) for nfile in ${NM_NGINXPATH}/sites-enabled/*.conf; do - echo ${nfile##*/} - # mv -f ${nfile} + mv -f ${nfile} ${NM_NGINXPATH}/sites-available/${nfile##*/} + ln -s ${NM_NGINXPATH}/sites-available/${nfile##*/} ${nfile} done ;;