mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-03 22:54:27 +02:00
capsman-download-packages: give more context in output
This commit is contained in:
parent
940d31b555
commit
9975709ab7
1 changed files with 2 additions and 2 deletions
|
@ -30,10 +30,10 @@ $WaitFullyConnected;
|
||||||
|
|
||||||
:if ([ :len [ / file find where name=$PackagePath type="directory" ] ] = 0) do={
|
:if ([ :len [ / file find where name=$PackagePath type="directory" ] ] = 0) do={
|
||||||
:if ([ $MkDir $PackagePath ] = false) do={
|
:if ([ $MkDir $PackagePath ] = false) do={
|
||||||
$LogPrintExit warning ("Creating directory at package path (" . \
|
$LogPrintExit warning ("Creating directory at CAPsMAN package path (" . \
|
||||||
$PackagePath . ") failed!") true;
|
$PackagePath . ") failed!") true;
|
||||||
}
|
}
|
||||||
$LogPrintExit info ("Created directory at package path (" . $PackagePath . \
|
$LogPrintExit info ("Created directory at CAPsMAN package path (" . $PackagePath . \
|
||||||
"). Please place your packages!") false;
|
"). Please place your packages!") false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue