mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
check-routeros-update: link a changelog that opens in browser
The old link was delivered with MIME type 'application/octet-stream', browsers wanted to download it as file.
This commit is contained in:
parent
44dd4231cb
commit
08ef63ddbd
1 changed files with 1 additions and 1 deletions
|
@ -79,6 +79,6 @@
|
|||
"Channel: " . $Channel . "\n" . \
|
||||
"Installed: " . $InstalledVersion . "\n" . \
|
||||
"Available: " . $LatestVersion . "\n\n" .\
|
||||
"https://upgrade.mikrotik.com/routeros/" . $LatestVersion . "/CHANGELOG");
|
||||
"https://mikrotik.com/download/changelogs/" . $Channel . "-release-tree");
|
||||
:set SentRouterosUpdateNotification $LatestVersion;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue