mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-26 19:48:40 +02:00
global-functions: $MkDir: return false on error
This commit is contained in:
parent
847f0a4564
commit
7293306f76
1 changed files with 1 additions and 1 deletions
|
@ -589,7 +589,7 @@
|
|||
$WaitForFile "tmpfs";
|
||||
} on-error={
|
||||
$LogPrintExit2 warning $0 ("Creating disk of type tmpfs failed!") false;
|
||||
:set Error true;
|
||||
:return false;
|
||||
}
|
||||
}
|
||||
:set Continue true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue