From d32b3ba0e90766d53ad30c78b394867484429c4d Mon Sep 17 00:00:00 2001 From: fred Date: Sat, 15 Apr 2023 22:28:50 +0200 Subject: [PATCH] precisely that way --- MAKE_G1BILLET.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MAKE_G1BILLET.sh b/MAKE_G1BILLET.sh index d7279ad..c8ff6d5 100755 --- a/MAKE_G1BILLET.sh +++ b/MAKE_G1BILLET.sh @@ -118,7 +118,7 @@ then fi # ENTETE ET BAS DE BILLET - XZUID="________@____________" + XZUID="__________@__________" BOTTOM="$(date) :: $(hostname) :: ♥Box ::" else @@ -156,9 +156,9 @@ convert -font 'Liberation-Sans' \ else convert -font 'Liberation-Sans' \ -pointsize 40 -fill black -draw 'text 50,56 "'"$XZUID"'"' \ --pointsize 20 -fill black -draw 'text 380,26 "'"${NOTERIB}"'"' \ --pointsize 30 -draw 'text 50,90 "'"Secret 1: $SALT"'"' \ --pointsize 30 -fill black -draw 'text 50,120 "'"Secret 2: $SECRET"'"' \ +-pointsize 22 -fill black -draw 'text 380,26 "'"${NOTERIB}"'"' \ +-pointsize 22 -draw 'text 50,90 "'"Secret 1: $SALT"'"' \ +-pointsize 22 -fill black -draw 'text 50,120 "'"Secret 2: $SECRET"'"' \ -pointsize 25 -fill white -draw 'text 50,440 "'"$BOTTOM"'"' \ "${MY_PATH}/tmp/${BILLETNAME}.jpg" "${MY_PATH}/tmp/g1billet/${UNIQID}/${BILLETNAME}.BILLET.jpg" fi