Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
fixup! Remove debug command
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Scholtes committed Jan 15, 2019
1 parent e5436d3 commit 8b4da00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/rad-ipfs-machine-create
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ set -euo pipefail

ipns_name=${1:-$(uuidgen)}
empty_machine="zdpuAyyGtvC37aeZid2zh7LAGKCbFTn9MzdqoPpbNQm3BCwWT"
ipns_id=$(bin/radicle-ipfs key gen "$ipns_name" --type ed25519)
bin/radicle-ipfs name publish --key "$ipns_id" "$empty_machine" >/dev/null
ipns_id=$(bin/rad-ipfs key gen "$ipns_name" --type ed25519)
bin/rad-ipfs name publish --key "$ipns_id" "$empty_machine" >/dev/null
echo "$ipns_id"

0 comments on commit 8b4da00

Please sign in to comment.