mirror of
https://github.com/logos-storage/logos-storage-testnet-starter.git
synced 2026-01-02 13:33:06 +00:00
Fix variable name in generate.sh (#32)
This commit is contained in:
parent
123c6861eb
commit
9161f77968
@ -9,7 +9,7 @@ url=https://key.codex.storage
|
||||
# Generate
|
||||
echo "Generating private key from remote <${url}>..."
|
||||
|
||||
response=$(curl -s ${uri})
|
||||
response=$(curl -s ${url})
|
||||
awk -F ': ' '/private/ {print $2}' <<<"${response}" >"${key_file}"
|
||||
awk -F ': ' '/address/ {print $2}' <<<"${response}" >"${address_file}"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user