mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-01-21 16:39:32 +00:00
global-functions: $ScriptInstallUpdate: use $ExitOnError
This commit is contained in:
parent
b436e39db5
commit
f35055e24e
1 changed files with 1 additions and 1 deletions
|
|
@ -1528,7 +1528,7 @@
|
||||||
:set GlobalConfigMigration;
|
:set GlobalConfigMigration;
|
||||||
}
|
}
|
||||||
} do={
|
} do={
|
||||||
:global ExitError; $ExitError false $0 $Err;
|
:global ExitOnError; $ExitOnError $0 $Err;
|
||||||
} }
|
} }
|
||||||
|
|
||||||
# lock script against multiple invocation
|
# lock script against multiple invocation
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue