Browse Source

Use default COINS if none provided

priv
Luke Childs 8 years ago
parent
commit
64d9574c4f
  1. 5
      bin/init

5
bin/init

@ -7,4 +7,9 @@ if [ -z "$PASSPHRASE" ]; then
exit 1
fi
if [ -z "$COINS" ]; then
source ~/SuperNET/iguana/exchanges/coins
COINS=$coins
fi
command ./marketmaker "{\"gui\":\"nogui\",\"client\":1, \"userhome\":\"/${HOME#"/"}\", \"passphrase\":\"$PASSPHRASE\", \"coins\":$COINS}"

Loading…
Cancel
Save