mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
script-updates: clear variable after use
This commit is contained in:
@@ -101,6 +101,7 @@
|
||||
:for I from=($GlobalConfigVersion + 1) to=$ExpectedConfigVersion do={
|
||||
:set Changes ( $Changes . "\n * " . $GlobalConfigChanges->[ :tostr $I ] );
|
||||
}
|
||||
:set GlobalConfigChanges;
|
||||
|
||||
$SendNotification "Configuration warning!" \
|
||||
("Current configuration on " . $Identity . " is out of date. " . \
|
||||
|
||||
Reference in New Issue
Block a user