shaping system

This commit is contained in:
fred 2023-03-26 01:25:33 +01:00
parent bca4bea4c0
commit 30adac7b5a
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -67,7 +67,7 @@ if [[ ! -d $img_dir ]]; then
echo "<button onclick=\"homeAstroportStation('$myASTROPORT/?qrcode=G1$WISHNAME&tw=$ASTRONAUTENS', 'tab', 9000)\">G1$WISHNAME</button>" >> ~/.zen/tmp/carousel/${pub}.button
done < ~/.zen/tmp/${PLAYER}.g1wishes.txt
fi
echo "<button onclick=\"window.location.href = '"$myIPFS"/ipns/"$ASTRONAUTENS"'\">TW</button>" >> ~/.zen/tmp/carousel/${pub}.button
echo "<button onclick=\"window.parent.location.href = '"$myIPFS"/ipns/"$ASTRONAUTENS"'\">TW</button>" >> ~/.zen/tmp/carousel/${pub}.button
##################
done