Update nodemgmt-scripts.sh
This commit is contained in:
@@ -1565,11 +1565,11 @@ GUI(){
|
|||||||
ln -s ${NM_NGINXPATH}/sites-available/${nfile##*/} ${nfile}
|
ln -s ${NM_NGINXPATH}/sites-available/${nfile##*/} ${nfile}
|
||||||
echo "Done"
|
echo "Done"
|
||||||
done
|
done
|
||||||
if [[ "${RUN_NODE_IP}" != "10.6.1"* ]]; then
|
# if [[ "${RUN_NODE_IP}" != "10.6.1"* ]]; then
|
||||||
SERVICE_MGMT nginx restart
|
SERVICE_MGMT nginx restart
|
||||||
else
|
# else
|
||||||
/bin/systemctl restart nginx
|
# /bin/systemctl restart nginx
|
||||||
fi
|
# fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
gui) GUI;;
|
gui) GUI;;
|
||||||
|
|||||||
Reference in New Issue
Block a user