aboutsummaryrefslogtreecommitdiffstats
path: root/script-updates
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2019-04-03 13:14:09 +0200
committerGravatar Christian Hesse <mail@eworm.de>2019-04-03 13:14:09 +0200
commit27b2fffaaf2529759795b031acea9c8e6980a4ac (patch)
treebee8e8ac2168b243d2f7dd7e7c2b14e9bb30eb1b /script-updates
parentea73505ecce44ae7dd23ffc7ec16d47f1ee12040 (diff)
script-updates: clear variable after use
Diffstat (limited to 'script-updates')
-rw-r--r--script-updates1
1 files changed, 1 insertions, 0 deletions
diff --git a/script-updates b/script-updates
index 989cbf2..9e35e51 100644
--- a/script-updates
+++ b/script-updates
@@ -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. " . \