文档修改
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
# crypto_monitor 一键环境部署(Linux / macOS / Git Bash)
|
||||
# crypto_monitor_user 一键环境部署(Linux / macOS / Git Bash)
|
||||
#
|
||||
# 用法:
|
||||
# bash deploy/setup_env.sh
|
||||
@@ -233,7 +233,7 @@ install_pm2() {
|
||||
echo " 各子目录: pm2 start ecosystem.config.cjs"
|
||||
}
|
||||
|
||||
echo "crypto_monitor 环境部署"
|
||||
echo "crypto_monitor_user 环境部署"
|
||||
echo "仓库根目录: ${REPO_ROOT}"
|
||||
|
||||
[[ -f "${REQ_FILE}" ]] || { echo "缺少 ${REQ_FILE}" >&2; exit 1; }
|
||||
|
||||
Reference in New Issue
Block a user