Commit 2919e064 authored by Barnabas Busa's avatar Barnabas Busa Committed by GitHub

fix: update wallet.sh script (#10721)

This PR will enable a user to pipe the output of wallet.sh directly into env file, without having to remove the first line (otherwise the env var will be invalid).
parent 1eda12bf
...@@ -24,7 +24,7 @@ key3=$(echo "$wallet3" | awk '/Private key/ { print $3 }') ...@@ -24,7 +24,7 @@ key3=$(echo "$wallet3" | awk '/Private key/ { print $3 }')
key4=$(echo "$wallet4" | awk '/Private key/ { print $3 }') key4=$(echo "$wallet4" | awk '/Private key/ { print $3 }')
# Print out the environment variables to copy # Print out the environment variables to copy
echo "Copy the following into your .envrc file:" echo "# Copy the following into your .envrc file:"
echo echo
echo "# Admin account" echo "# Admin account"
echo "export GS_ADMIN_ADDRESS=$address1" echo "export GS_ADMIN_ADDRESS=$address1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment