Update nodemgmt-scripts.sh

This commit is contained in:
2023-12-16 14:55:17 -06:00
parent ac9ced0b52
commit 72162f6ca8

View File

@@ -1128,7 +1128,7 @@ GUI(){
nginxupdate)
for nfile in ${NM_NGINXPATH}/sites-enabled/*.conf; do
echo ${nfile#*/}
echo ${nfile##*/}
# mv -f ${nfile}
done
;;