aboutsummaryrefslogtreecommitdiffstats
path: root/global-functions.rsc
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2024-03-04 20:57:34 +0100
committerGravatar Christian Hesse <mail@eworm.de>2024-03-12 15:27:15 +0100
commit955ee8499b9fe63c332431c2a7fc0488bd2ac315 (patch)
treec68834dbb6b6289b31ebbe7beca067e50d8b6da2 /global-functions.rsc
parent010bea56dca6b501978f57ef4a830a7dad497833 (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.rsc2
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;