diff --git a/G1BILLETS.sh b/G1BILLETS.sh index dc2a6e5..17161ed 100755 --- a/G1BILLETS.sh +++ b/G1BILLETS.sh @@ -20,7 +20,7 @@ NBbillets=6 [[ $MONTANT == "" ]] && MONTANT="___" [[ $UNIQID == "" ]] && UNIQID=$(date -u +%s%N | cut -b1-13)$RANDOM -[[ "$STYLE" == "1" ]] && NBbillets=1 && STYLE="" ## SEULEMENT 1 BILLET +[[ "$STYLE" == "1" ]] && NBbillets=1 && STYLE="astroport" ## SEULEMENT 1 BILLET # CHECK IF $STYLE IMAGES EXIST [[ ! -f ${MY_PATH}/images/fond${STYLE}.jpg ]] && exit 1 diff --git a/images/fondxbian.jpg b/images/fondxbian.jpg new file mode 100644 index 0000000..814120a Binary files /dev/null and b/images/fondxbian.jpg differ diff --git a/images/g1xbian.png b/images/g1xbian.png new file mode 100644 index 0000000..dce1c39 Binary files /dev/null and b/images/g1xbian.png differ diff --git a/images/logoxbian.png b/images/logoxbian.png new file mode 100644 index 0000000..0aa90c7 Binary files /dev/null and b/images/logoxbian.png differ