From 64b2a171ab4caa67b636009413a2d98047cd33ca Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 16 Dec 2023 15:04:57 -0600 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 a5d6359b..bb991613 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1131,7 +1131,7 @@ GUI(){ for nfile in ${NM_NGINXPATH}/sites-enabled/*.conf; do echo -en "Converting site: ${nfile##*/} ... " mv -f ${nfile} ${NM_NGINXPATH}/sites-available/${nfile##*/} - ln -s ${NM_NGINXPATH}/sites-available/${nfile##*/} ${nfile/.conf/} + ln -s ${NM_NGINXPATH}/sites-available/${nfile##*/} ${nfile} echo "Done" done SERVICE_MGMT nginx restart