mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-03 17:54:41 +02:00
backup-cloud: catch error with :execute workaround
Catching a runtime error here fails... So let's try a workaround with :execute...
This commit is contained in:
parent
010bea56dc
commit
955ee8499b
4 changed files with 20 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue