From b7e9e7ba94d8496988b3963867ecc983cafafe1a Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 10 Mar 2023 02:45:12 +0100 Subject: [PATCH] nouvelle mouture - extension TW --- MAKE_G1BILLET.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MAKE_G1BILLET.sh b/MAKE_G1BILLET.sh index ce90f56..397c9ff 100755 --- a/MAKE_G1BILLET.sh +++ b/MAKE_G1BILLET.sh @@ -80,12 +80,12 @@ then # CREATE PSEUDO for Gchange.fr XZUID="$EMAIL" - BOTTOM="ASTROPORT - IPFS TW - https://astroport.copylaradio.com" + BOTTOM="ASTROPORT (TW) : https://astroport.copylaradio.com" else XZUID="G1 BILLET" - BOTTOM="Porte Monnaie Libre!! https://gchange.fr https://cesium.app" + BOTTOM="$(date) https://gchange.fr https://cesium.app" fi @@ -100,7 +100,7 @@ composite -compose Over -gravity NorthEast -geometry +50+25 -dissolve 90% "${MY if [[ "$MONTANT" != "___" ]]; then convert -font 'Liberation-Sans' \ -pointsize 40 -fill black -draw 'text 70,50 "'"$XZUID"'"' \ --pointsize 120 -fill black -draw 'text 350,250 "'"$MONTANT"'"' \ +-pointsize 120 -fill black -draw 'text 450,250 "'"$MONTANT"'"' \ -pointsize 20 -fill black -draw 'text 380,20 "'"${NOTERIB}"'"' \ -pointsize 30 -draw 'text 50,100 "'"Identifiant: $SALT"'"' \ -pointsize 22 -fill black -draw 'text 50,130 "'"Code Secret: $SECRET"'"' \