fix
This commit is contained in:
@@ -1,13 +1,4 @@
|
||||
#!/bin/sh
|
||||
if [ ! -d "/root/.ethereum/geth/chaindata" ]; then
|
||||
geth init /genesis/geth.json
|
||||
else
|
||||
echo "Chain already initialized."
|
||||
fi
|
||||
|
||||
geth
|
||||
root@rpc-jp-1:~/rpc# cat goat/node-entrypoint.sh
|
||||
#!/bin/sh
|
||||
|
||||
# Custom initialization steps go here
|
||||
echo "Starting initialization steps..."
|
||||
|
||||
Reference in New Issue
Block a user