This commit is contained in:
2023-12-16 14:53:23 -06:00
parent e75b602b0f
commit ec55e38a94
2 changed files with 8 additions and 2 deletions

View File

@@ -1125,6 +1125,12 @@ GUI(){
test)
tmp=tmp
;;
nginxupdate)
for nfile in ${NM_NGINXPATH}/sites-enabled/*.conf; do
echo $nfile
done
;;
gui) GUI;;
*)