From 92b4ddb5ed200530c9fc153fe0803beafcbd465e Mon Sep 17 00:00:00 2001 From: qo-op Date: Sun, 16 May 2021 09:21:30 +0200 Subject: [PATCH] $zeeurl is IPFS / $zurl is IPNS --- zen/wordpress_channel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zen/wordpress_channel.sh b/zen/wordpress_channel.sh index 1ad4d2b..a0a31aa 100755 --- a/zen/wordpress_channel.sh +++ b/zen/wordpress_channel.sh @@ -73,7 +73,7 @@ do # 1=DIY, Habiter=2, Guerir=3, Divertir=4, Déplacer=5, Energie=6, Cultiver=7 cd /var/www/${channel}/ # isWPuser=$(wp user list | grep "$xzuid") - wp post create --post_author="$xzuid" --post_content="

VIDEO : $title

$description

" --post_title="VIDEO : $title" --post_excerpt="$description" --post_category="105" --tags_input="$tags" --porcelain + wp post create --post_author="$xzuid" --post_content="

VIDEO : $title

$description

" --post_title="VIDEO : $title" --post_excerpt="$description" --post_category="105" --tags_input="$tags" --porcelain # REPLY IN ~/.zen/ipfs/.$ipfnodesource/astroport/${channel}/$mediakey/done responsedir="$(echo "$wpcall" | sed 's/ipfs_swarm/ipfs/g')"