mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-08-19 00:59:25 +02:00
global-functions: $ScriptInstallUpdate: disable notification only...
... if requested, but keep output and logs.
This commit is contained in:
parent
b18ca62dbd
commit
10182949ea
1 changed files with 15 additions and 15 deletions
|
@ -832,7 +832,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
:if ($NoNewsAndChangesNotification != true) do={
|
|
||||||
:local NotificationMessage ("The configuration version on " . $Identity . " increased " . \
|
:local NotificationMessage ("The configuration version on " . $Identity . " increased " . \
|
||||||
"to " . $ExpectedConfigVersion . ", current configuration may need modification. " . \
|
"to " . $ExpectedConfigVersion . ", current configuration may need modification. " . \
|
||||||
"Please review and update global-config-overlay, then re-run global-config.");
|
"Please review and update global-config-overlay, then re-run global-config.");
|
||||||
|
@ -850,6 +849,7 @@
|
||||||
:set NotificationMessage ($NotificationMessage . "\n\nNews and changes are not available.");
|
:set NotificationMessage ($NotificationMessage . "\n\nNews and changes are not available.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:if ($NoNewsAndChangesNotification != true) do={
|
||||||
:local Link;
|
:local Link;
|
||||||
:if ($IDonate != true) do={
|
:if ($IDonate != true) do={
|
||||||
:set NotificationMessage ($NotificationMessage . \
|
:set NotificationMessage ($NotificationMessage . \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue