mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #32919 from nextcloud/backport/32874/stable23
This commit is contained in:
commit
6233d2852a
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ class Scan extends Base {
|
|||
$scanner->scan($path, $recursive, $homeOnly ? [$this, 'filterHomeMount'] : null);
|
||||
}
|
||||
} catch (ForbiddenException $e) {
|
||||
$output->writeln("<error>Home storage for user $user not writable</error>");
|
||||
$output->writeln("<error>Home storage for user $user not writable or 'files' subdirectory missing</error>");
|
||||
$output->writeln('Make sure you\'re running the scan command only as the user the web server runs as');
|
||||
} catch (InterruptedException $e) {
|
||||
# exit the function if ctrl-c has been pressed
|
||||
|
|
|
|||
Loading…
Reference in a new issue