mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
global-functions: $ScriptInstallUpdate: pass origin to $SendNotification2
This commit is contained in:
parent
2d0ce17629
commit
c640823881
1 changed files with 3 additions and 2 deletions
|
@ -855,8 +855,9 @@
|
||||||
:set Link "https://git.eworm.de/cgit/routeros-scripts/about/#donate";
|
:set Link "https://git.eworm.de/cgit/routeros-scripts/about/#donate";
|
||||||
}
|
}
|
||||||
|
|
||||||
$SendNotification2 ({ subject=([ $SymbolForNotification "pushpin" ] . \
|
$SendNotification2 ({ origin=$0; \
|
||||||
"News and configuration changes"); message=$NotificationMessage; link=$Link });
|
subject=([ $SymbolForNotification "pushpin" ] . "News and configuration changes"); \
|
||||||
|
message=$NotificationMessage; link=$Link });
|
||||||
:set SentConfigChangesNotification $ExpectedConfigVersion;
|
:set SentConfigChangesNotification $ExpectedConfigVersion;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue