mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-01-22 17:09:33 +00:00
mod/bridge-port-vlan: use $ExitOnError
This commit is contained in:
parent
920785c25b
commit
345c8ef6b2
1 changed files with 1 additions and 1 deletions
|
|
@ -75,5 +75,5 @@
|
||||||
/interface/ethernet/enable $InterfaceReEnable;
|
/interface/ethernet/enable $InterfaceReEnable;
|
||||||
}
|
}
|
||||||
} do={
|
} do={
|
||||||
:global ExitError; $ExitError false $0 $Err;
|
:global ExitOnError; $ExitOnError $0 $Err;
|
||||||
} }
|
} }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue