1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

global-functions: $MkDir: add extra block for indention...

... to make the next commit cleaner. No functional change.
This commit is contained in:
Christian Hesse
2023-03-28 11:07:45 +02:00
parent d3ca506394
commit 7fdec1abed

View File

@ -590,6 +590,7 @@
:return true;
}
{
:local Error false;
:local PathNext "";
:foreach Dir in=[ :toarray [ $CharacterReplace $Path "/" "," ] ] do={
@ -627,6 +628,7 @@
}
}
}
}
:return true;
}