mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-04 01:34:07 +02:00
Merge 7680cc519c into 20efdbafe8
This commit is contained in:
commit
bfe9ee06ac
1 changed files with 2 additions and 0 deletions
|
|
@ -178,6 +178,8 @@ class Share extends AbstractShare {
|
||||||
$output = $this->execute('dir');
|
$output = $this->execute('dir');
|
||||||
|
|
||||||
$this->execute('cd /');
|
$this->execute('cd /');
|
||||||
|
//check output for errors
|
||||||
|
$this->parseOutput($output, $path);
|
||||||
|
|
||||||
return $this->parser->parseDir($output, $path, function (string $path) {
|
return $this->parser->parseDir($output, $path, function (string $path) {
|
||||||
return $this->getAcls($path);
|
return $this->getAcls($path);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue