mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-09 20:54:34 +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={
|
:for I from=($GlobalConfigVersion + 1) to=$ExpectedConfigVersion do={
|
||||||
:set Changes ( $Changes . "\n * " . $GlobalConfigChanges->[ :tostr $I ] );
|
:set Changes ( $Changes . "\n * " . $GlobalConfigChanges->[ :tostr $I ] );
|
||||||
}
|
}
|
||||||
|
:set GlobalConfigChanges;
|
||||||
|
|
||||||
$SendNotification "Configuration warning!" \
|
$SendNotification "Configuration warning!" \
|
||||||
("Current configuration on " . $Identity . " is out of date. " . \
|
("Current configuration on " . $Identity . " is out of date. " . \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue