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)