From cb2a091205f5ad788b8c2fd1c2b139ae583b016d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 16 Dec 2023 15:03:14 -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 0764a986..fc7896fd 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1129,7 +1129,7 @@ GUI(){ nginxupdate) echo for nfile in ${NM_NGINXPATH}/sites-enabled/*.conf; do - echo ${nfile%%*.} + echo ${nfile/.conf/} # echo -en "Converting site: ${nfile##*/} ... " # mv -f ${nfile} ${NM_NGINXPATH}/sites-available/${nfile##*/} # ln -s ${NM_NGINXPATH}/sites-available/${nfile##*/} ${nfile}