mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
check-routeros-update: update notification wording
This commit is contained in:
parent
06c8f279f8
commit
aedc314519
1 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
$SendNotification ("RouterOS update \E2\9C\A8") \
|
$SendNotification ("RouterOS update \E2\9C\A8") \
|
||||||
("There is a RouterOS update available.\n\n" . \
|
("A new RouterOS version " . ($Update->"latest-version") . \
|
||||||
|
" is available for " . $Identity . ".\n\n" . \
|
||||||
[ $DeviceInfo ] . "\n\n" . \
|
[ $DeviceInfo ] . "\n\n" . \
|
||||||
"https://mikrotik.com/download/changelogs/" . $Update->"channel" . "-release-tree") \
|
"https://mikrotik.com/download/changelogs/" . $Update->"channel" . "-release-tree") \
|
||||||
"" "true";
|
"" "true";
|
||||||
|
|
Loading…
Reference in a new issue