mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55: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:
@ -79,6 +79,6 @@
|
|||||||
"Channel: " . $Channel . "\n" . \
|
"Channel: " . $Channel . "\n" . \
|
||||||
"Installed: " . $InstalledVersion . "\n" . \
|
"Installed: " . $InstalledVersion . "\n" . \
|
||||||
"Available: " . $LatestVersion . "\n\n" .\
|
"Available: " . $LatestVersion . "\n\n" .\
|
||||||
"https://upgrade.mikrotik.com/routeros/" . $LatestVersion . "/CHANGELOG");
|
"https://mikrotik.com/download/changelogs/" . $Channel . "-release-tree");
|
||||||
:set SentRouterosUpdateNotification $LatestVersion;
|
:set SentRouterosUpdateNotification $LatestVersion;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user