From 27b2fffaaf2529759795b031acea9c8e6980a4ac Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 3 Apr 2019 13:14:09 +0200 Subject: script-updates: clear variable after use --- script-updates | 1 + 1 file changed, 1 insertion(+) 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. " . \ -- cgit v1.2.3-54-g00ecf