This commit is contained in:
fred 2023-04-25 21:20:11 +02:00
parent 333cc6cdc1
commit 34f72ea274
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ tiddlywiki --load $INDEX \
cat ~/.zen/game/players/${PLAYER}/G1CopierYoutube/${G1PUB}/today.${PLAYER}.tiddlers.json \
| sed "s~${PLAYER}~ ~g" | jq -rc '.[] | select(.tags | contains("@"))' > ~/.zen/tmp/${MOATS}/@tags.json 2>/dev/null ## REMOVE PLAYER EMAIL IN INLINE JSON
[[ $? != 0 ]] && echo "NO EXTRA @tags.json TIDDLERS TODAY" && exit 0
[[ ! -s ~/.zen/tmp/${MOATS}/@tags.json ]] && echo "NO EXTRA @tags.json TIDDLERS TODAY" && exit 0
# LOG
cat ~/.zen/tmp/${MOATS}/@tags.json