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 \