From b7321856031388a649fe995f5374d7471b9b937d Mon Sep 17 00:00:00 2001 From: qo-op Date: Tue, 17 Nov 2020 11:43:05 +0100 Subject: [PATCH] bip --- zen/tools/init_IPFS_with_cesium_loginKEY.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zen/tools/init_IPFS_with_cesium_loginKEY.sh b/zen/tools/init_IPFS_with_cesium_loginKEY.sh index 000151b..d6930f9 100755 --- a/zen/tools/init_IPFS_with_cesium_loginKEY.sh +++ b/zen/tools/init_IPFS_with_cesium_loginKEY.sh @@ -101,8 +101,8 @@ echo "Configure IPFS: copy the lines above in your console" echo "then run jq commands and make your IPFS NODE https://Cesium.app compatible" echo " -> Read your Cesium messages to find how to Bootstrap your node" echo -echo "jq -r --arg PeerID \"$PeerID\" '.Identity.PeerID=$PeerID' ~/.ipfs/config" -echo "jq -r --arg PrivKey \"$PrivKey\" '.Identity.PrivKey=$PrivKey' ~/.ipfs/config" +echo "jq -r --arg PeerID \"\$PeerID\" '.Identity.PeerID=$PeerID' ~/.ipfs/config" +echo "jq -r --arg PrivKey \"\$PrivKey\" '.Identity.PrivKey=$PrivKey' ~/.ipfs/config" echo "" rm -f /tmp/secret.dunikey }