fix
This commit is contained in:
parent
f7772087d0
commit
986c3b929a
|
@ -2,6 +2,8 @@
|
|||
|
||||
bash stop.sh
|
||||
|
||||
sleep 1s
|
||||
|
||||
for env in a b c; do
|
||||
|
||||
# 启动screen
|
||||
|
|
|
@ -11,5 +11,4 @@ for env in a b c; do
|
|||
# 或者使用PID停止
|
||||
# screen_pid=$(screen -list | grep $screen_name | awk '{print $1}')
|
||||
# kill $screen_pid
|
||||
|
||||
done
|
Loading…
Reference in New Issue
Block a user