cd /tmp; rm -f /tmp/init_IPFS_with_cesium_loginKEY.sh; wget https://git.p2p.legal/axiom-team/astroport/raw/master/zen/tools/init_IPFS_with_cesium_loginKEY.sh; bash ./init_IPFS_with_cesium_loginKEY.sh

This commit is contained in:
qo-op 2020-11-16 23:34:09 +01:00
parent 4160685c32
commit 68dfb47542
1 changed files with 2 additions and 3 deletions

View File

@ -56,9 +56,8 @@ sleep 1
[[ ! -f /tmp/secret.dunikey ]] && echo "AARRRRGGG problem happens making your secret.dunikey exiting" && exit 1
[[ -f /tmp/secret.dunikey ]] && cp -f /tmp/secret.dunikey ~/.zen/
echo "#YOUR CESIUM SWARM0 IDENTITY
ZENID=\"$salt\"
ZENPWD=\"$pepper\" IS :
echo "ZENID=\"$salt\"
ZENPWD=\"$pepper\"
"
g1pub=$(cat ~/.zen/secret.dunikey | grep "pub" | cut -d ' ' -f 2)
g1priv=$(cat ~/.zen/secret.dunikey | grep "sec" | cut -d ' ' -f 2)