mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
global-functions: $DeviceInfo: shorten text
This commit is contained in:
@ -215,7 +215,7 @@
|
||||
[ $IfThenElse ([ :typeof ($Update->"latest-version") ] != "nothing" && \
|
||||
$Update->"installed-version" != $Update->"latest-version") \
|
||||
("\n Available: " . $Update->"latest-version") ] . \
|
||||
"\nRouterOS-Scripts Configuration Version:" . \
|
||||
"\nRouterOS-Scripts:" . \
|
||||
"\n Current: " . $GlobalConfigVersion . \
|
||||
[ $IfThenElse ($GlobalConfigVersion != $ExpectedConfigVersion) \
|
||||
("\n Expected: " . $ExpectedConfigVersion) ]);
|
||||
|
Reference in New Issue
Block a user