diff options
author | Christian Hesse <mail@eworm.de> | 2024-01-26 09:11:17 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-01-30 00:02:08 +0100 |
commit | 62f33d7b19792fded8366d57ff8756c5952da990 (patch) | |
tree | c44d0140280072374b3da7080ab2da711873181b /global-functions.rsc | |
parent | 98f26989f5f625ad918aed900b7888fa69c78248 (diff) |
packages-update: support deferred reboot on auto-updatechange-117
Closes #56
Diffstat (limited to 'global-functions.rsc')
-rw-r--r-- | global-functions.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions.rsc b/global-functions.rsc index 9be7893..306a2cc 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -12,7 +12,7 @@ :local 0 "global-functions"; # expected configuration version -:global ExpectedConfigVersion 116; +:global ExpectedConfigVersion 117; # global variables not to be changed by user :global GlobalFunctionsReady false; |