diff --git a/src/Wrapped/Share.php b/src/Wrapped/Share.php index 63e1490..a310d6f 100644 --- a/src/Wrapped/Share.php +++ b/src/Wrapped/Share.php @@ -178,6 +178,8 @@ class Share extends AbstractShare { $output = $this->execute('dir'); $this->execute('cd /'); + //check output for errors + $this->parseOutput($output, $path); return $this->parser->parseDir($output, $path, function (string $path) { return $this->getAcls($path);