SI STYLE=1 ALORS crée un seul billet

This commit is contained in:
qo-op 2021-01-27 16:45:53 +01:00
parent 15ac63d31c
commit 58fe90ca40
1 changed files with 6 additions and 2 deletions

View File

@ -15,15 +15,19 @@ MONTANT="$1"
UNIQID="$2"
STYLE="$3"
NBbillets=6
[[ $MONTANT == "" ]] && MONTANT="___"
[[ $UNIQID == "" ]] && UNIQID=$(date -u +%s%N | cut -b1-13)$RANDOM
[[ "$STYLE" == "1" ]] && NBbillets=1 && STYLE="" ## SEULEMENT 1 BILLET
# CHECK IF $STYLE IMAGES EXIST
[[ ! -f ${MY_PATH}/images/fond${STYLE}.jpg ]] && exit 1
[[ ! -f ${MY_PATH}/images/g1${STYLE}.png ]] && exit 1
[[ ! -f ${MY_PATH}/images/logo${STYLE}.png ]] && exit 1
# CREATION DE 6 BILLETS DE $MONTANT DU
NBbillets=6
# CREATION DE $NBbillets BILLETS DE $MONTANT DU
boucle=0;
while [ $boucle -lt $NBbillets ]
do