Browse Source

Merge pull request #32874 from bill-mcgonigle/patch-1

Mention missing files subdir
pull/32922/head
Simon L 3 years ago
committed by GitHub
parent
commit
de82d4f67c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/files/lib/Command/Scan.php

2
apps/files/lib/Command/Scan.php

@ -144,7 +144,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…
Cancel
Save