script-updates: clear variable after use

This commit is contained in:
Christian Hesse 2019-04-03 13:14:09 +02:00
parent ea73505ecc
commit 27b2fffaaf

View file

@ -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. " . \