mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00: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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user