mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-31 08:14:56 +02:00
script-updates: clear variable after use
This commit is contained in:
parent
ea73505ecc
commit
27b2fffaaf
1 changed files with 1 additions and 0 deletions
|
@ -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. " . \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue