diff --git a/MAKE_G1BILLET.sh b/MAKE_G1BILLET.sh index c8ff6d5..74dfb61 100755 --- a/MAKE_G1BILLET.sh +++ b/MAKE_G1BILLET.sh @@ -155,10 +155,10 @@ convert -font 'Liberation-Sans' \ "${MY_PATH}/tmp/${BILLETNAME}.jpg" "${MY_PATH}/tmp/g1billet/${UNIQID}/${BILLETNAME}.BILLET.jpg" else convert -font 'Liberation-Sans' \ --pointsize 40 -fill black -draw 'text 50,56 "'"$XZUID"'"' \ --pointsize 22 -fill black -draw 'text 380,26 "'"${NOTERIB}"'"' \ +-pointsize 35 -fill black -draw 'text 50,56 "'"$XZUID"'"' \ +-pointsize 22 -fill black -draw 'text 360,26 "'"${NOTERIB}"'"' \ -pointsize 22 -draw 'text 50,90 "'"Secret 1: $SALT"'"' \ --pointsize 22 -fill black -draw 'text 50,120 "'"Secret 2: $SECRET"'"' \ +-pointsize 22 -fill black -draw 'text 50,110 "'"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