remove pkey file from node image after importing the account

This commit is contained in:
etienne-napoleone 2018-10-01 15:44:55 +07:00
parent 8ec6e2591f
commit ff3d7c2e70
No known key found for this signature in database
GPG key ID: 13183AEB698F46A9

View file

@ -98,6 +98,7 @@ if [[ $accountsCount -le 0 ]]; then
--datadir $DATA_DIR \
--keystore $KEYSTORE_DIR \
--password ./password
rm ./private_key
else
echo "Creating new account"
tomo account new \