-arg PrivKey

This commit is contained in:
qo-op 2020-11-17 11:42:07 +01:00
parent 423f989471
commit 57e120418f
1 changed files with 1 additions and 1 deletions

View File

@ -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
}