mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-25 13:24:29 +02:00
global-functions: $MkDir: drop extra block, restore indention
We had this to make the previous commit cleaner. No functional change.
This commit is contained in:
parent
5db9a71802
commit
08e9634154
1 changed files with 13 additions and 14 deletions
|
@ -635,7 +635,6 @@
|
|||
:return true;
|
||||
}
|
||||
|
||||
{
|
||||
:if ([ :pick $Path 0 5 ] = "tmpfs") do={
|
||||
:if ([ $MkTmpfs ] = false) do={
|
||||
:return false;
|
||||
|
@ -651,7 +650,7 @@
|
|||
$LogPrintExit2 warning $0 ("Making directory '" . $Path . "' failed!") false;
|
||||
:return false;
|
||||
}
|
||||
}
|
||||
|
||||
:return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue