From 68dfb47542673d02d745b674e7d2c797f75a1aeb Mon Sep 17 00:00:00 2001 From: qo-op Date: Mon, 16 Nov 2020 23:34:09 +0100 Subject: [PATCH] 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 --- zen/tools/init_IPFS_with_cesium_loginKEY.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/zen/tools/init_IPFS_with_cesium_loginKEY.sh b/zen/tools/init_IPFS_with_cesium_loginKEY.sh index 51ac8d3..1adc371 100755 --- a/zen/tools/init_IPFS_with_cesium_loginKEY.sh +++ b/zen/tools/init_IPFS_with_cesium_loginKEY.sh @@ -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)