mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2025-10-27 20:06:25 +08:00
解决deploy.sh里停服务无法正常显示服务名的问题
解决deploy.sh里停服务无法正常显示服务名的问题 Signed-off-by: 杨宇庆 <hiyyq@qq.com>
This commit is contained in:
@ -74,7 +74,7 @@ function stop() {
|
|||||||
if [ -n "$PID" ]; then
|
if [ -n "$PID" ]; then
|
||||||
echo -e ".\c"
|
echo -e ".\c"
|
||||||
else
|
else
|
||||||
echo '[stop] 停止 $BASE_PATH/$SERVER_NAME 成功'
|
echo "[stop] 停止 $BASE_PATH/$SERVER_NAME 成功"
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user