mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-10 01:54:29 +02:00
global-functions: $MkDir: add extra block for indention...
... to make the next commit cleaner. No functional change.
This commit is contained in:
parent
d3ca506394
commit
7fdec1abed
1 changed files with 31 additions and 29 deletions
|
@ -590,6 +590,7 @@
|
||||||
:return true;
|
:return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
:local Error false;
|
:local Error false;
|
||||||
:local PathNext "";
|
:local PathNext "";
|
||||||
:foreach Dir in=[ :toarray [ $CharacterReplace $Path "/" "," ] ] do={
|
:foreach Dir in=[ :toarray [ $CharacterReplace $Path "/" "," ] ] do={
|
||||||
|
@ -627,6 +628,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
:return true;
|
:return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue