mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-04 02:05:01 +02:00
global-functions: $ScriptInstallUpdate: list news with 'black circle'
... if symbols are enabled.
This commit is contained in:
parent
68ab6af56b
commit
948a2664c4
1 changed files with 4 additions and 1 deletions
|
@ -602,12 +602,14 @@
|
|||
:global GlobalConfigVersion;
|
||||
:global Identity;
|
||||
:global IDonate;
|
||||
:global NotificationsWithSymbols;
|
||||
:global ScriptUpdatesBaseUrl;
|
||||
:global ScriptUpdatesFetch;
|
||||
:global ScriptUpdatesUrlSuffix;
|
||||
:global SentConfigChangesNotification;
|
||||
|
||||
:global CertificateAvailable;
|
||||
:global IfThenElse;
|
||||
:global LogPrintExit2;
|
||||
:global ParseKeyValueStore;
|
||||
:global ScriptInstallUpdate;
|
||||
|
@ -733,7 +735,8 @@
|
|||
[ :parse $Migration ];
|
||||
}
|
||||
:set NotificationMessage ($NotificationMessage . \
|
||||
"\n * " . $GlobalConfigChanges->[ :tostr $I ]);
|
||||
"\n " . [ $IfThenElse ($NotificationsWithSymbols = true) ("\E2\97\8F") "*" ] . " " . \
|
||||
$GlobalConfigChanges->[ :tostr $I ]);
|
||||
$LogPrintExit2 info $0 ("Change: " . $GlobalConfigChanges->[ :tostr $I ]) false;
|
||||
}
|
||||
:set GlobalConfigChanges;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue