mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-31 00:04:51 +02:00
mod/notification-ntfy: $SendNtfy: set origin
This commit is contained in:
parent
a9b9f853ff
commit
9e2b72ccdc
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@
|
|||
:set SendNtfy do={
|
||||
:global SendNtfy2;
|
||||
|
||||
$SendNtfy2 ({ subject=$1; message=$2; link=$3; silent=$4 });
|
||||
$SendNtfy2 ({ origin=$0; subject=$1; message=$2; link=$3; silent=$4 });
|
||||
}
|
||||
|
||||
# send notification via ntfy - expects one array argument
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue