From a82d9f660f6cdb7182d22f69fc5fb180f29ab222 Mon Sep 17 00:00:00 2001 From: qo-op Date: Fri, 29 Jan 2021 00:15:23 +0100 Subject: [PATCH] if [[ "${STYLE}" == "xbian" ]] ASTROPORT KODI !! https://gchange.fr --- MAKE_G1BILLET.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MAKE_G1BILLET.sh b/MAKE_G1BILLET.sh index 3ab564f..9429365 100755 --- a/MAKE_G1BILLET.sh +++ b/MAKE_G1BILLET.sh @@ -73,8 +73,10 @@ if [[ "${STYLE}" == "xbian" ]] then # CREATE PSEUDO for Gchange.fr XZUID=$(${MY_PATH}/diceware.sh 1 | xargs)${RANDOM:0:2}$(${MY_PATH}/diceware.sh 1 | xargs) + BOTTOM="ASTROPORT KODI !! https://gchange.fr" else XZUID="G1 BILLET" + BOTTOM="Porte Monnaie Libre!! Utilisez avec https://cesium.app" fi convert -font 'Liberation-Sans' \ @@ -82,7 +84,7 @@ convert -font 'Liberation-Sans' \ -pointsize 40 -fill black -draw 'text 75,50 "'"$XZUID"'"' \ -pointsize 30 -draw 'text 50,100 "'"Identifiant: $NUMERO"'"' \ -pointsize 22 -fill black -draw 'text 50,130 "'"Code Secret: $SECRET"'"' \ --pointsize 25 -fill black -draw 'text 150,440 "'"Porte Monnaie Libre!! Utilisez avec https://cesium.app"'"' \ +-pointsize 25 -fill black -draw 'text 150,440 "'"$BOTTOM"'"' \ "/tmp/${BILLETNAME}.jpg" "/tmp/g1billet/${UNIQID}/${BILLETNAME}.BILLET.jpg" rm -f /tmp/${BILLETNAME}.jpg