From 30adac7b5a90301b090c9d089eadc909445cc38e Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 26 Mar 2023 01:25:33 +0100 Subject: [PATCH] shaping system --- API/QRCODE.sh | 1 + tools/make_image_ipfs_index_carousel.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/API/QRCODE.sh b/API/QRCODE.sh index 4d0d6f34..fa3e73c2 100755 --- a/API/QRCODE.sh +++ b/API/QRCODE.sh @@ -65,6 +65,7 @@ fi ################################################################################ if [[ ${QRCODE:0:5} == "-----" ]]; then echo "## THIS IS A PGP ENCRYPTED QRCODE ASK FOR PASSWORD" + echo ${QRCODE} echo "${HTTPCORS}" > ~/.zen/tmp/${MOATS}/index.redirect sed "s~encrypted pgp data here~${QRCODE}~g" $MY_PATH/../www/AESBox/index.htm >> ~/.zen/tmp/${MOATS}/index.redirect ( diff --git a/tools/make_image_ipfs_index_carousel.sh b/tools/make_image_ipfs_index_carousel.sh index 40d41391..3ae1252d 100755 --- a/tools/make_image_ipfs_index_carousel.sh +++ b/tools/make_image_ipfs_index_carousel.sh @@ -67,7 +67,7 @@ if [[ ! -d $img_dir ]]; then echo "" >> ~/.zen/tmp/carousel/${pub}.button done < ~/.zen/tmp/${PLAYER}.g1wishes.txt fi - echo "" >> ~/.zen/tmp/carousel/${pub}.button + echo "" >> ~/.zen/tmp/carousel/${pub}.button ################## done