📖 CRM:code review 跟进记录

This commit is contained in:
YunaiV
2024-01-26 23:46:02 +08:00
parent 1a7be60503
commit 814b6f688d
11 changed files with 38 additions and 72 deletions

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