mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-07-20 10:04:08 +00:00
Missing double quote, sneaky little bugger
This commit is contained in:
parent
1ce08a18c0
commit
8bf4727a1c
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ environment variables. Here are a few examples:
|
||||||
```
|
```
|
||||||
ntfy sub mytopic 'notify-send "$m"'
|
ntfy sub mytopic 'notify-send "$m"'
|
||||||
ntfy sub topic1 /my/script.sh
|
ntfy sub topic1 /my/script.sh
|
||||||
ntfy sub topic1 'echo "Message $m was received. Its title was $t and it had priority $p'
|
ntfy sub topic1 'echo "Message $m was received. Its title was $t and it had priority $p"'
|
||||||
```
|
```
|
||||||
|
|
||||||
<figure>
|
<figure>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue