From ac9ced0b52d7137b3c59e3399c7657dcfa31d4b2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 16 Dec 2023 14:55:03 -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 0bf609cf..a9ddbf54 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1128,7 +1128,7 @@ GUI(){ nginxupdate) for nfile in ${NM_NGINXPATH}/sites-enabled/*.conf; do - echo ${nfile##/*} + echo ${nfile#*/} # mv -f ${nfile} done ;;