From 90009a9eb1f5dca6243be73fc531ebb5a7129a42 Mon Sep 17 00:00:00 2001 From: qo-op Date: Thu, 8 Apr 2021 04:52:32 +0200 Subject: [PATCH] todo / done wpcall --- zen/wordpress_channel.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/zen/wordpress_channel.sh b/zen/wordpress_channel.sh index 2e7525f..1b12953 100755 --- a/zen/wordpress_channel.sh +++ b/zen/wordpress_channel.sh @@ -38,7 +38,6 @@ do echo "istodo=$istodo isdone=$isdone" if [[ "$ipfnodesource" != "$IPFSNODEID" ]]; then [[ ! $(which wp) ]] && continue # MUST RUN WORDPRESS and wp-cli - if [[ $istodo && ! $isdone ]]; then [[ "$istodo" == "$IPFSNODEID" ]] && echo "Already DONE by $istodo" && continue ## I am the destination of that "todo / not done" wpcall