From 21f8b91986b7efdb485ae18036d363cf44446c4c Mon Sep 17 00:00:00 2001 From: Axel Date: Mon, 9 Sep 2024 23:49:55 +0200 Subject: [PATCH] Correction erreurs de syntaxe --- ntfy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ntfy.sh b/ntfy.sh index 81563f0..cf034cd 100644 --- a/ntfy.sh +++ b/ntfy.sh @@ -40,7 +40,7 @@ then fi -if [ use_proxy = 0] +if [ $use_proxy = 0 ] then # Ne pas utiliser de proxy curl \ @@ -50,7 +50,7 @@ then -H "Tags: $tag" \ -d "$body" \ https://ntfy.axolito.fr/$topic -elif [ use_proxy = 1 ] +elif [ $use_proxy = 1 ] then # Utiliser un proxy curl \