fix
This commit is contained in:
parent
80b9412629
commit
6179b2c31e
|
@ -10,6 +10,6 @@ for env in a b c; do
|
||||||
log="log_$env.log"
|
log="log_$env.log"
|
||||||
|
|
||||||
# 使用go run 重定向日志
|
# 使用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
|
done
|
Loading…
Reference in New Issue
Block a user