diff options
author | Christian Hesse <mail@eworm.de> | 2024-03-04 20:57:34 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-03-12 15:27:15 +0100 |
commit | 955ee8499b9fe63c332431c2a7fc0488bd2ac315 (patch) | |
tree | c68834dbb6b6289b31ebbe7beca067e50d8b6da2 /global-functions.rsc | |
parent | 010bea56dca6b501978f57ef4a830a7dad497833 (diff) |
backup-cloud: catch error with :execute workaroundchange-120
Catching a runtime error here fails... So let's try a workaround
with :execute...
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 6ddcbd3..9b5b0b0 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -12,7 +12,7 @@ :local ScriptName [ :jobname ]; # expected configuration version -:global ExpectedConfigVersion 119; +:global ExpectedConfigVersion 120; # global variables not to be changed by user :global GlobalFunctionsReady false; |