提交 8ad5a177 编写于 作者: intomylife's avatar intomylife

SpringCloudAlibaba 之服务注册与发现 Nacos

上级 465a8e6f
......@@ -5,7 +5,7 @@
echo [INFO] ----------------------------- start --------------------------------------
## 当前 Nacos 进程有哪些
PID=`ps aux | grep nacos | grep -v grep | grep -v /bin/bash | awk '{ print $2 }'`
PID=`ps aux | grep nacos.nacos | grep -v grep | grep -v /bin/bash | awk '{ print $2 }'`
## 为空才能启动
if [ $PID ];
......
......@@ -14,7 +14,7 @@ mvn -Prelease-nacos -Dmaven.test.skip=true clean install -U
cd distribution/target/nacos-server-1.2.1/nacos/bin
## 获取当前 Nacos 进程
PID=`ps aux | grep nacos | grep -v grep | grep -v /bin/bash | awk '{ print $2 }'`
PID=`ps aux | grep nacos.nacos | grep -v grep | grep -v /bin/bash | awk '{ print $2 }'`
## 为空才能启动
if [ $PID ];
......
......@@ -5,7 +5,7 @@
echo [INFO] ----------------------------- start --------------------------------------
## 获取当前 Nacos 进程
PID=`ps aux | grep nacos | grep -v grep | grep -v /bin/bash | awk '{ print $2 }'`
PID=`ps aux | grep nacos.nacos | grep -v grep | grep -v /bin/bash | awk '{ print $2 }'`
## 为空才能启动
if [ $PID ];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册