precisely that way

This commit is contained in:
fred 2023-04-15 22:28:50 +02:00
parent d2f1991246
commit d32b3ba0e9
1 changed files with 4 additions and 4 deletions

View File

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