mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
global-functions: $MkDir: return false on error
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user