mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
check-routeros-update: link to changelog in notification
This commit is contained in:
parent
de602cba4f
commit
f52a69cd97
1 changed files with 2 additions and 1 deletions
|
@ -76,6 +76,7 @@
|
||||||
"Hostname: " . $Identity . "\n" . \
|
"Hostname: " . $Identity . "\n" . \
|
||||||
"Channel: " . $Channel . "\n" . \
|
"Channel: " . $Channel . "\n" . \
|
||||||
"Installed: " . $InstalledVersion . "\n" . \
|
"Installed: " . $InstalledVersion . "\n" . \
|
||||||
"Available: " . $LatestVersion);
|
"Available: " . $LatestVersion . "\n\n" .\
|
||||||
|
"https://upgrade.mikrotik.com/routeros/" . $LatestVersion . "/CHANGELOG");
|
||||||
:set SentRouterosUpdateNotification $LatestVersion;
|
:set SentRouterosUpdateNotification $LatestVersion;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue