Browse Source

Call electrum with exec

alpine
Luke Childs 5 years ago
parent
commit
4cf6f8fe07
  1. 2
      entrypoint

2
entrypoint

@ -9,4 +9,4 @@ if ! electrum restore "$seed" > /dev/null 2>&1 ]]; then
exit 1 exit 1
fi fi
fi fi
electrum --gui text exec electrum --gui text $server_args

Loading…
Cancel
Save