From 9599b64ccd503f2147c3a5e39dac2bd6d157a151 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 3 Jun 2017 09:46:59 +0300 Subject: [PATCH] Test --- iguana/exchanges/client | 2 +- iguana/exchanges/run | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/exchanges/client b/iguana/exchanges/client index 3ea2eecb8..fe29cc7ce 100755 --- a/iguana/exchanges/client +++ b/iguana/exchanges/client @@ -1,2 +1,2 @@ source randval -pkill -15 marketmaker; git pull; ./m_mm; ./marketmaker "{\"client\":1,\"passphrase\":\"$randval\"}" & +pkill -15 marketmaker; git pull; ../m_mm; ../marketmaker "{\"client\":1,\"passphrase\":\"$randval\"}" & diff --git a/iguana/exchanges/run b/iguana/exchanges/run index c65b97bc8..9ee0a2690 100755 --- a/iguana/exchanges/run +++ b/iguana/exchanges/run @@ -1,2 +1,2 @@ source randval -pkill -15 marketmaker; git pull; ./m_mm; ./marketmaker "{\"profitmargin\":0.01,\"passphrase\":\"$randval\"}" & +pkill -15 marketmaker; git pull; ../m_mm; ../marketmaker "{\"profitmargin\":0.01,\"passphrase\":\"$randval\"}" &