From 44f2aa28727ab7d7ada4b3121f3973e86e28c8e7 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 22 Mar 2023 16:47:14 +0100 Subject: [PATCH] correxction --- tools/make_image_ipfs_index_carousel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make_image_ipfs_index_carousel.sh b/tools/make_image_ipfs_index_carousel.sh index 5c83ae71..0b9dfc18 100755 --- a/tools/make_image_ipfs_index_carousel.sh +++ b/tools/make_image_ipfs_index_carousel.sh @@ -64,7 +64,7 @@ if [[ ! -d $img_dir ]]; then [[ ${WISH} == "" || ${WISH} == "null" ]] && echo "BLURP. EMPTY WISH" && continue WISHNAME=$(cat ~/.zen/tmp/${PLAYER}.g1voeu.json | jq .[] | jq -r 'select(.wish=="'${WISH}'") | .title') [[ ! ${WISHNAME} ]] && echo "WISH sans NOM - CONTINUE -" && continue - echo "" >> ~/.zen/tmp/carousel/${pub}.button + echo "" >> ~/.zen/tmp/carousel/${pub}.button done < ~/.zen/tmp/${PLAYER}.g1wishes.txt fi echo "" >> ~/.zen/tmp/carousel/${pub}.button