mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-24 02:28:39 +02:00
global-functions: $MkDir: no early continue for dir "tmpfs"...
... as we want a RAM disk.
This commit is contained in:
parent
aabc6b22fe
commit
23e5c01a42
1 changed files with 1 additions and 1 deletions
|
@ -543,7 +543,7 @@
|
|||
:local Continue false;
|
||||
:set PathNext [ $CleanFilePath ($PathNext . "/" . $Dir) ];
|
||||
|
||||
:if ([ :len [ /file/find where name=$PathNext type="directory" ] ] = 1) do={
|
||||
:if ([ :len [ /file/find where name=$PathNext !(name="tmpfs") type="directory" ] ] = 1) do={
|
||||
:set Continue true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue