From 6179b2c31e3cf2a1c70047920724fae5eb8c51f5 Mon Sep 17 00:00:00 2001 From: eson <9673575+githubcontent@user.noreply.gitee.com> Date: Wed, 16 Aug 2023 11:47:35 +0800 Subject: [PATCH] fix --- main/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/start.sh b/main/start.sh index b077c43..267b851 100755 --- a/main/start.sh +++ b/main/start.sh @@ -10,6 +10,6 @@ for env in a b c; do log="log_$env.log" # 使用go run 重定向日志 - screen -S $screen_name -X stuff "go run main.go -env $env >> $log 2>&1\n" + screen -S $screen_name -X stuff "go run main.go -etc $env >> $log 2>&1\n" done \ No newline at end of file