From 8dff301786d84a64081aebcab0675e92775832ec Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Mon, 13 Apr 2020 20:39:24 +0700 Subject: [PATCH] Pass in seed to restore wallet --- entrypoint.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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