mirror of
https://github.com/logos-storage/logos-storage-testnet-starter.git
synced 2026-01-04 14:33:10 +00:00
Rename URI to URL
This commit is contained in:
parent
e2d94a2bb9
commit
f6e5a861f8
@ -4,11 +4,10 @@ set -e
|
||||
# Variables
|
||||
key_file="eth.key"
|
||||
address_file="eth.address"
|
||||
|
||||
uri=https://key.codex.storage
|
||||
url=https://key.codex.storage
|
||||
|
||||
# Generate
|
||||
echo "Generating private key from remote <${uri}>..."
|
||||
echo "Generating private key from remote <${url}>..."
|
||||
|
||||
response=$(curl -s ${uri})
|
||||
awk -F ': ' '/private/ {print $2}' <<<"${response}" >"${key_file}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user