1
0
Fork 0

+ PGP QR Code

This commit is contained in:
fred 2023-03-27 00:34:28 +02:00
parent 4f7af76b66
commit 55d69c0ecd
1 changed files with 3 additions and 4 deletions

View File

@ -22,7 +22,6 @@ STYLE="$6"
## ASTRO TW MODE ## ASTRO TW MODE
ASTRONAUTENS="$7" ASTRONAUTENS="$7"
EMAIL="$8" EMAIL="$8"
[[ $EMAIL == "" ]] && EMAIL="________@____________"
if [[ "$SALT" == "" || "$SECRET" == "" || "$MONTANT" == "" || "$NOTERIB" == "" || "$UNIQID" == "" ]] if [[ "$SALT" == "" || "$SECRET" == "" || "$MONTANT" == "" || "$NOTERIB" == "" || "$UNIQID" == "" ]]
then then
@ -105,7 +104,7 @@ then
fi fi
# ENTETE ET BAS DE BILLET # ENTETE ET BAS DE BILLET
XZUID="$EMAIL" XZUID="________@____________"
BOTTOM="$(date) :: $(hostname) :: ♥Box ::" BOTTOM="$(date) :: $(hostname) :: ♥Box ::"
else else
@ -144,8 +143,8 @@ else
convert -font 'Liberation-Sans' \ convert -font 'Liberation-Sans' \
-pointsize 40 -fill black -draw 'text 50,60 "'"$XZUID"'"' \ -pointsize 40 -fill black -draw 'text 50,60 "'"$XZUID"'"' \
-pointsize 20 -fill black -draw 'text 380,26 "'"${NOTERIB}"'"' \ -pointsize 20 -fill black -draw 'text 380,26 "'"${NOTERIB}"'"' \
-pointsize 30 -draw 'text 50,100 "'"Secret 1: $SALT"'"' \ -pointsize 30 -draw 'text 50,90 "'"Secret 1: $SALT"'"' \
-pointsize 30 -fill black -draw 'text 50,130 "'"Secret 2: $SECRET"'"' \ -pointsize 30 -fill black -draw 'text 50,120 "'"Secret 2: $SECRET"'"' \
-pointsize 25 -fill white -draw 'text 50,440 "'"$BOTTOM"'"' \ -pointsize 25 -fill white -draw 'text 50,440 "'"$BOTTOM"'"' \
"${MY_PATH}/tmp/${BILLETNAME}.jpg" "${MY_PATH}/tmp/g1billet/${UNIQID}/${BILLETNAME}.BILLET.jpg" "${MY_PATH}/tmp/${BILLETNAME}.jpg" "${MY_PATH}/tmp/g1billet/${UNIQID}/${BILLETNAME}.BILLET.jpg"
fi fi