From 1e70f7296f70f685b6eb0263d9ab6e1103bdc424 Mon Sep 17 00:00:00 2001 From: qo-op Date: Tue, 17 Nov 2020 11:44:43 +0100 Subject: [PATCH] manual jq command to change ipfs node id --- 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 d6930f9..7694a55 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 }