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