!856 解决deploy.sh里停服务无法正常显示服务名的问题

Merge pull request !856 from 杨宇庆/N/A
This commit is contained in:
芋道源码 2024-01-26 15:15:15 +00:00 committed by Gitee
commit 913c4e413d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -74,7 +74,7 @@ function stop() {
if [ -n "$PID" ]; then
echo -e ".\c"
else
echo '[stop] 停止 $BASE_PATH/$SERVER_NAME 成功'
echo "[stop] 停止 $BASE_PATH/$SERVER_NAME 成功"
break
fi
done