mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
global-functions: $ScriptInstallUpdate: use pushpin as bullet
This commit is contained in:
@@ -842,7 +842,6 @@
|
|||||||
:global Identity;
|
:global Identity;
|
||||||
:global IDonate;
|
:global IDonate;
|
||||||
:global NoNewsAndChangesNotification;
|
:global NoNewsAndChangesNotification;
|
||||||
:global NotificationsWithSymbols;
|
|
||||||
:global ScriptUpdatesBaseUrl;
|
:global ScriptUpdatesBaseUrl;
|
||||||
:global ScriptUpdatesFetch;
|
:global ScriptUpdatesFetch;
|
||||||
:global ScriptUpdatesUrlSuffix;
|
:global ScriptUpdatesUrlSuffix;
|
||||||
@@ -1038,7 +1037,7 @@
|
|||||||
:for I from=($ExpectedConfigVersionBefore + 1) to=$ExpectedConfigVersion do={
|
:for I from=($ExpectedConfigVersionBefore + 1) to=$ExpectedConfigVersion do={
|
||||||
:local Change ($GlobalConfigChanges->[ :tostr $I ]);
|
:local Change ($GlobalConfigChanges->[ :tostr $I ]);
|
||||||
:set NotificationMessage ($NotificationMessage . "\n " . \
|
:set NotificationMessage ($NotificationMessage . "\n " . \
|
||||||
[ $IfThenElse ($NotificationsWithSymbols = true) ("\E2\97\8F") "*" ] . " " . $Change);
|
[ $SymbolForNotification "pushpin" "* " ] . $Change);
|
||||||
$LogPrintExit2 info $0 ("Change " . $I . ": " . $Change) false;
|
$LogPrintExit2 info $0 ("Change " . $I . ": " . $Change) false;
|
||||||
}
|
}
|
||||||
} else={
|
} else={
|
||||||
|
Reference in New Issue
Block a user