check-routeros-update: update notification wording

This commit is contained in:
Christian Hesse 2020-04-07 16:13:44 +02:00
parent 06c8f279f8
commit aedc314519

View file

@ -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";