mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
Merge pull request #198 from tomochain/fix/docker
Remove pkey file from node container after importing the account
This commit is contained in:
commit
9fa830c741
1 changed files with 1 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ if [[ $accountsCount -le 0 ]]; then
|
||||||
--datadir $DATA_DIR \
|
--datadir $DATA_DIR \
|
||||||
--keystore $KEYSTORE_DIR \
|
--keystore $KEYSTORE_DIR \
|
||||||
--password ./password
|
--password ./password
|
||||||
|
rm ./private_key
|
||||||
else
|
else
|
||||||
echo "Creating new account"
|
echo "Creating new account"
|
||||||
tomo account new \
|
tomo account new \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue