Browse Source

Run marketmaker with exec

priv
Luke Childs 8 years ago
parent
commit
38077f6573
  1. 2
      bin/init

2
bin/init

@ -12,4 +12,4 @@ if [ -z "$COINS" ]; then
COINS=$coins
fi
command ./marketmaker "{\"gui\":\"nogui\", \"client\":1, \"docker\":1, \"userhome\":\"/${HOME#"/"}\", \"passphrase\":\"$PASSPHRASE\", \"coins\":$COINS}"
exec ./marketmaker "{\"gui\":\"nogui\", \"client\":1, \"docker\":1, \"userhome\":\"/${HOME#"/"}\", \"passphrase\":\"$PASSPHRASE\", \"coins\":$COINS}"

Loading…
Cancel
Save