From 8992b1816684d14e12f53f4a0629026589146e37 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 9 Mar 2020 09:29:36 +0100 Subject: global-functions: $DeviceInfo: more indention --- global-functions | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/global-functions b/global-functions index ffd34b8..be7a7ba 100644 --- a/global-functions +++ b/global-functions @@ -175,19 +175,19 @@ } :set Info ($Info . "\n" . \ "RouterOS:\n" . \ - " Channel: " . $Update->"channel" . "\n" . \ - " Installed: " . $Update->"installed-version"); + " Channel: " . $Update->"channel" . "\n" . \ + " Installed: " . $Update->"installed-version"); :if ([ :typeof ($Update->"latest-version") ] != "nothing" && \ $Update->"installed-version" != $Update->"latest-version") do={ :set Info ($Info . "\n" . \ - " Available: " . $Update->"latest-version"); + " Available: " . $Update->"latest-version"); } :set Info ($Info . "\n" . \ "RouterOS-Scripts Configuration Version:\n" . \ - " Current: " . $GlobalConfigVersion); + " Current: " . $GlobalConfigVersion); :if ($GlobalConfigVersion != $ExpectedConfigVersion) do={ :set Info ($Info . "\n" . \ - " Expected: " . $ExpectedConfigVersion); + " Expected: " . $ExpectedConfigVersion); } :return $Info; -- cgit v1.2.3-54-g00ecf