From 893b022755c320c82db9f3c458b2a44dffeb9f60 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 19 Apr 2023 04:24:23 +0200 Subject: [PATCH] /?montant=0&type=&dice=1 --- G1BILLETS.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/G1BILLETS.sh b/G1BILLETS.sh index 8785b72..7aa88be 100755 --- a/G1BILLETS.sh +++ b/G1BILLETS.sh @@ -256,7 +256,7 @@ function countdown() { MONTANT=$(urldecode ${arr[1]} | xargs); STYLE=$(urldecode ${arr[3]} | xargs); XPARM=$(urldecode ${arr[5]} | xargs); echo "DECODED : $ONE=$MONTANT & $TWO=$STYLE & $X=$XPARM" - [[ $STYLE == "dice" ]] && STYLE="" + [[ $STYLE == "dice" ]] && STYLE="" && XPARM=$X ## /?montant=0&type=&dice=1 ##################################################################### echo ${MY_PATH}/${ME} '"'$MONTANT'"' '"'$STYLE'"' '"'$XPARM'"'