check-routeros-update: link to changelog in notification

This commit is contained in:
Christian Hesse 2019-03-29 12:23:16 +01:00
parent de602cba4f
commit f52a69cd97

View file

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