From 9de6a6d0399cbbfd547c37e763885769f37fc6ac Mon Sep 17 00:00:00 2001 From: qo-op Date: Sun, 24 Jan 2021 20:31:39 +0100 Subject: [PATCH] Aucun montant possible ___ --- G1BILLETS.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/G1BILLETS.sh b/G1BILLETS.sh index ac20f0a..24cd96d 100755 --- a/G1BILLETS.sh +++ b/G1BILLETS.sh @@ -14,7 +14,7 @@ ME="${0##*/}" MONTANT="$1" UNIQID="$2" -[[ $MONTANT == "" ]] && MONTANT=1 +[[ $MONTANT == "" ]] && MONTANT="___" [[ $UNIQID == "" ]] && UNIQID=$(date -u +%s%N | cut -b1-13) # CREATION DE 6 BILLETS DE $MONTANT DU