script update

This commit is contained in:
away
2021-07-15 10:57:47 +08:00
parent 7772b9ff88
commit 8b04929f3d
5 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ sleep 1
cd ${push_binary_root}
for ((i = 0; i < ${#rpc_ports[@]}; i++)); do
nohup ./${push_name} -port ${rpc_ports[$i]} >>../logs/${push_name}.$(date +%Y-%m-%d).log 2>&1 &
nohup ./${push_name} -port ${rpc_ports[$i]} >>../logs/${push_name}.log 2>&1 &
done