From 5d842d1a25bb456aa0dbcdee42f26820a3e860a6 Mon Sep 17 00:00:00 2001 From: qo-op Date: Thu, 8 Apr 2021 04:05:57 +0200 Subject: [PATCH] bug --- 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 b6c94f1..4b3c778 100755 --- a/zen/wordpress_channel.sh +++ b/zen/wordpress_channel.sh @@ -36,7 +36,7 @@ do continue fi echo "istodo=$istodo isdone=$isdone" - if [[ "$ipfsnodeid" != "$IPFSNODEID" ]]; then + if [[ "$ipfnodesource" != "$IPFSNODEID" ]]; then [[ ! $(which wp) ]] && continue # MUST RUN WORDPRESS and wp-cli if [[ $istodo && ! $isdone ]]; then