todo / done wpcall

This commit is contained in:
qo-op 2021-04-08 04:52:32 +02:00
parent f6a4804b5b
commit 90009a9eb1
1 changed files with 0 additions and 1 deletions

View File

@ -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