mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-01-21 00:19:32 +00:00
global-functions: $ScriptInstallUpdate: drop output on commit...
... now that we have it on loading global functions.
This commit is contained in:
parent
c5ef71eb4a
commit
7054238b8c
1 changed files with 0 additions and 5 deletions
|
|
@ -1271,7 +1271,6 @@
|
||||||
:global ScriptUpdatesUrlSuffix;
|
:global ScriptUpdatesUrlSuffix;
|
||||||
|
|
||||||
:global CertificateAvailable;
|
:global CertificateAvailable;
|
||||||
:global CommitBrief;
|
|
||||||
:global EitherOr;
|
:global EitherOr;
|
||||||
:global FetchUserAgentStr;
|
:global FetchUserAgentStr;
|
||||||
:global Grep;
|
:global Grep;
|
||||||
|
|
@ -1436,10 +1435,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
:if ($CommitIdBefore != $CommitId) do={
|
|
||||||
$LogPrint info $0 ("Updated to commit: " . [ $CommitBrief ]);
|
|
||||||
}
|
|
||||||
|
|
||||||
:if ($ExpectedConfigVersionBefore > $ExpectedConfigVersion) do={
|
:if ($ExpectedConfigVersionBefore > $ExpectedConfigVersion) do={
|
||||||
$LogPrint warning $0 ("The configuration version decreased from " . \
|
$LogPrint warning $0 ("The configuration version decreased from " . \
|
||||||
$ExpectedConfigVersionBefore . " to " . $ExpectedConfigVersion . \
|
$ExpectedConfigVersionBefore . " to " . $ExpectedConfigVersion . \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue