From 57e120418f59098ede584b395a2494ac6daaffc1 Mon Sep 17 00:00:00 2001 From: qo-op Date: Tue, 17 Nov 2020 11:42:07 +0100 Subject: [PATCH] -arg PrivKey --- zen/tools/init_IPFS_with_cesium_loginKEY.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zen/tools/init_IPFS_with_cesium_loginKEY.sh b/zen/tools/init_IPFS_with_cesium_loginKEY.sh index b9a6144..000151b 100755 --- a/zen/tools/init_IPFS_with_cesium_loginKEY.sh +++ b/zen/tools/init_IPFS_with_cesium_loginKEY.sh @@ -102,7 +102,7 @@ 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 PrivKey \"$PrivKey\" '.Identity.PrivKey=$PrivKey' ~/.ipfs/config" echo "" rm -f /tmp/secret.dunikey }