diff --git a/bin/init b/bin/init index fb99b97..126768a 100755 --- a/bin/init +++ b/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}"