mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-27 20:08:54 +02:00
global-functions: $DeviceInfo: shorten text
This commit is contained in:
parent
efca1ec049
commit
fc601a57ee
1 changed files with 1 additions and 1 deletions
|
@ -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) ]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue