remove pkey file from node image after importing the account

This commit is contained in:
parmarrushabh 2018-11-05 17:56:33 +05:30
parent 8f319018b3
commit 94193184e8

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"
XDC account new \