From 1ac5edcb6cba4b04eff85afb083c4c0726eda04d Mon Sep 17 00:00:00 2001 From: qo-op Date: Mon, 12 Jul 2021 04:25:44 +0200 Subject: [PATCH] ipns mediakey publishing --- zen/ipns_TAG_refresh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zen/ipns_TAG_refresh.sh b/zen/ipns_TAG_refresh.sh index c00b9be..19e51ac 100755 --- a/zen/ipns_TAG_refresh.sh +++ b/zen/ipns_TAG_refresh.sh @@ -224,7 +224,7 @@ do fi echo "${mediakey} NAME PUBLISHING " # KEY ZenTag IPNS name publish - J=$(ipfs name publish -k ${mediakey} /ipfs/${I}) + J=$(ipfs name publish --quieter -k ${mediakey} /ipfs/${I}) echo "$id REFRESHED https://tube.copylaradio.com/ipns/$J" ########################################################################