mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-01-22 00:49:34 +00:00
global-functions: $ScriptInstallUpdate: drop output on commit...
... now that we have it on loading global functions.
This commit is contained in:
parent
bde26dc1a5
commit
2a5ece122f
1 changed files with 0 additions and 5 deletions
|
|
@ -1270,7 +1270,6 @@
|
||||||
:global ScriptUpdatesUrlSuffix;
|
:global ScriptUpdatesUrlSuffix;
|
||||||
|
|
||||||
:global CertificateAvailable;
|
:global CertificateAvailable;
|
||||||
:global CommitBrief;
|
|
||||||
:global EitherOr;
|
:global EitherOr;
|
||||||
:global FetchUserAgentStr;
|
:global FetchUserAgentStr;
|
||||||
:global Grep;
|
:global Grep;
|
||||||
|
|
@ -1435,10 +1434,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