diff options
author | Christian Hesse <mail@eworm.de> | 2023-11-08 17:30:35 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-11-09 15:34:10 +0100 |
commit | 255fc531addffedf7f713f99526993ee94ac1869 (patch) | |
tree | 6cf02d2fb942d1eff9493a5f2632bb97d8a05e8c /doc | |
parent | 2acc0aba7e16355faa47f036bf30c3058932c97e (diff) |
doc/mod/notification-ntfy: end all commands with a semicolon
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mod/notification-ntfy.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mod/notification-ntfy.md b/doc/mod/notification-ntfy.md index 64e49f0..f4cad8a 100644 --- a/doc/mod/notification-ntfy.md +++ b/doc/mod/notification-ntfy.md @@ -49,12 +49,12 @@ will now send it to your Ntfy topic. But of course you can use the function to send notifications directly. Give it a try: - $SendNtfy "Subject..." "Body..." + $SendNtfy "Subject..." "Body..."; Alternatively this sends a notification with all available and configured methods: - $SendNotification "Subject..." "Body..." + $SendNotification "Subject..." "Body..."; To use the functions in your own scripts you have to declare them first. Place this before you call them: |