mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-01-28 11:59:33 +00:00
global-functions: $ScriptInstallUpdate: use $ExitOnError
This commit is contained in:
parent
f642b2f40d
commit
14b8768b41
1 changed files with 1 additions and 1 deletions
|
|
@ -1527,7 +1527,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