Update nodemgmt-scripts.sh

This commit is contained in:
2023-12-16 15:03:42 -06:00
parent 81133a0ce7
commit eb79c1de53

View File

@@ -1134,7 +1134,7 @@ GUI(){
ln -s ${NM_NGINXPATH}/sites-available/${nfile##*/} ${nfile/.conf/}
echo "Done"
done
# SERVICE_MGMT nginx restart
SERVICE_MGMT nginx restart
;;
gui) GUI;;