mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-12-16 00:04:09 -05:00
update scripts
This commit is contained in:
parent
11e50ae3bc
commit
807f5f2e50
1 changed files with 3 additions and 2 deletions
|
|
@ -7,8 +7,9 @@ mkdir -p $logpath
|
||||||
|
|
||||||
cd ../../gui/target
|
cd ../../gui/target
|
||||||
|
|
||||||
delay=30
|
delay=40
|
||||||
for i in `seq 1 10`;
|
# edit start end index
|
||||||
|
for i in `seq 0 0`;
|
||||||
do
|
do
|
||||||
echo $i
|
echo $i
|
||||||
nohup java -jar shaded.jar --app.name=BS_$i --maxConnections=12 >/dev/null 2>$logpath/ST_$i.log &
|
nohup java -jar shaded.jar --app.name=BS_$i --maxConnections=12 >/dev/null 2>$logpath/ST_$i.log &
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue