From dfffd38940ef2c738de2abf0ad56f27ff7f437ed Mon Sep 17 00:00:00 2001 From: qo-op Date: Thu, 8 Apr 2021 04:26:01 +0200 Subject: [PATCH] VIDEO : $title --- 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 dec89fd..f4f0999 100755 --- a/zen/wordpress_channel.sh +++ b/zen/wordpress_channel.sh @@ -72,7 +72,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="

$title

$description

" --post_title="$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')"