diff --git a/scripts/geth.sh b/scripts/geth.sh index 19080b213f6..a4ec7034ff3 100755 --- a/scripts/geth.sh +++ b/scripts/geth.sh @@ -20,4 +20,4 @@ docker run \ --dev \ --dev.period 0 \ --allow-insecure-unlock \ - js ./scripts/geth-accounts.js + --exec "loadScript('scripts/geth-accounts.js')" console