diff --git a/entrypoint.sh b/entrypoint.sh index 73fe30f..3870cce 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,6 @@ #!/bin/sh -electrum create +seed=$1 + +electrum restore "$seed" electrum --gui text