diff options
author | Christian Hesse <mail@eworm.de> | 2020-04-07 16:13:44 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-04-07 21:51:41 +0200 |
commit | aedc31451950809f9f7dae4a4d7e40d1495f9ac5 (patch) | |
tree | 0ebb47e1b15ccd46560b137a8d7663658a1246b4 /check-routeros-update | |
parent | 06c8f279f80a42cb8342873d9491eb95037ee688 (diff) |
check-routeros-update: update notification wording
Diffstat (limited to 'check-routeros-update')
-rw-r--r-- | check-routeros-update | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/check-routeros-update b/check-routeros-update index 3bec07b..7df980e 100644 --- a/check-routeros-update +++ b/check-routeros-update @@ -75,7 +75,8 @@ } $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" . \ "https://mikrotik.com/download/changelogs/" . $Update->"channel" . "-release-tree") \ "" "true"; |