xbian style => un billet seulement

This commit is contained in:
qo-op 2021-01-27 17:01:43 +01:00
parent 3aaf7db84b
commit 3e88edb92d
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ NBbillets=6
[[ $MONTANT == "" ]] && MONTANT="___"
[[ $UNIQID == "" ]] && UNIQID=$(date -u +%s%N | cut -b1-13)$RANDOM
[[ "$STYLE" == "1" ]] && NBbillets=1 && STYLE="astroport" ## SEULEMENT 1 BILLET
[[ "$STYLE" == "xbian" ]] && NBbillets=1 ## SEULEMENT 1 BILLET
# CHECK IF $STYLE IMAGES EXIST
[[ ! -f ${MY_PATH}/images/fond${STYLE}.jpg ]] && exit 1