mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-24 04:44:26 +02:00
global-functions: $ScriptInstallUpdate: log and print changes
This commit is contained in:
parent
da581dedbf
commit
afd33b8e25
1 changed files with 2 additions and 0 deletions
|
@ -482,6 +482,7 @@
|
|||
" is out of date. Please update " . $ConfigScript . ", then increase " . \
|
||||
"\$GlobalConfigVersion (currently " . $GlobalConfigVersion . \
|
||||
") to " . $ExpectedConfigVersion . " and re-run " . $ConfigScript . ".");
|
||||
$LogPrintExit info ($NotificationMessage) false;
|
||||
|
||||
$LogPrintExit debug ("Fetching changelog.") false;
|
||||
:do {
|
||||
|
@ -496,6 +497,7 @@
|
|||
:for I from=($GlobalConfigVersion + 1) to=$ExpectedConfigVersion do={
|
||||
:set NotificationMessage ($NotificationMessage . \
|
||||
"\n * " . $GlobalConfigChanges->[ :tostr $I ]);
|
||||
$LogPrintExit info ("Change: " . $GlobalConfigChanges->[ :tostr $I ]) false;
|
||||
}
|
||||
:set GlobalConfigChanges;
|
||||
} on-error={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue