diff options
author | Christian Hesse <mail@eworm.de> | 2019-03-29 12:23:16 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-03-29 12:23:16 +0100 |
commit | f52a69cd977d38c2d72b11150c2a280b46b85171 (patch) | |
tree | 08254d4787008d475543b30ceca726f16aa444fd /check-routeros-update | |
parent | de602cba4f71725a2d5ce9876e3ae52ec317d535 (diff) |
check-routeros-update: link to changelog in notification
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 60ad5d9..ba420da 100644 --- a/check-routeros-update +++ b/check-routeros-update @@ -76,6 +76,7 @@ "Hostname: " . $Identity . "\n" . \ "Channel: " . $Channel . "\n" . \ "Installed: " . $InstalledVersion . "\n" . \ - "Available: " . $LatestVersion); + "Available: " . $LatestVersion . "\n\n" .\ + "https://upgrade.mikrotik.com/routeros/" . $LatestVersion . "/CHANGELOG"); :set SentRouterosUpdateNotification $LatestVersion; } |