diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index a9ddbf54..1356ac3b 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 ;;