From ce1d6f7c3e99459a22fa8de0a360d3f80f0e4016 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 16 Mar 2018 10:57:18 +0200 Subject: [PATCH] stdbuf -oL for m_notary --- iguana/m_notary | 2 +- iguana/m_notary_run | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/m_notary b/iguana/m_notary index 0d4d9a9c4..9eff95e6b 100755 --- a/iguana/m_notary +++ b/iguana/m_notary @@ -2,4 +2,4 @@ pkill -15 iguana rm -f ../agents/iguana *.o git pull -./m_notary_run +./m_notary_run $1 diff --git a/iguana/m_notary_run b/iguana/m_notary_run index 90b577c22..abad7b7e0 100755 --- a/iguana/m_notary_run +++ b/iguana/m_notary_run @@ -8,7 +8,7 @@ clang -g -Wno-deprecated -c -O2 -DISNOTARYNODE=1 -DLIQUIDITY_PROVIDER=1 *.c ../b clang -g -Wno-deprecated -c -DISNOTARYNODE=1 -DLIQUIDITY_PROVIDER=1 main.c iguana777.c iguana_bundles.c ../basilisk/basilisk.c clang -g -o ../agents/iguana *.o ../agents/libcrypto777.a -lnanomsg -lcurl -lssl -lcrypto -lpthread -lz -lm -../agents/iguana notary & #> iguana.log 2> error.log & +stdbuf -oL $1 ../agents/iguana notary & #> iguana.log 2> error.log & myip=`curl -s4 checkip.amazonaws.com` source pubkey.txt