mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-01-22 08:59:33 +00:00
mod/ssh-keys-import: use $ExitOnError
This commit is contained in:
parent
d48cd15541
commit
ee9a7512e0
1 changed files with 2 additions and 2 deletions
|
|
@ -68,7 +68,7 @@
|
||||||
:return false;
|
:return false;
|
||||||
}
|
}
|
||||||
} do={
|
} do={
|
||||||
:global ExitError; $ExitError false $0 $Err;
|
:global ExitOnError; $ExitOnError $0 $Err;
|
||||||
} }
|
} }
|
||||||
|
|
||||||
# import keys from a file
|
# import keys from a file
|
||||||
|
|
@ -110,5 +110,5 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} do={
|
} do={
|
||||||
:global ExitError; $ExitError false $0 $Err;
|
:global ExitOnError; $ExitOnError $0 $Err;
|
||||||
} }
|
} }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue