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 ;;