Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2022-06-17 13:12:25 +0300
committerGitHub <noreply@github.com>2022-06-17 13:12:25 +0300
commitde82d4f67ca8d12a0209598f9cdd55302d546524 (patch)
treeecb5a2d0c5c3132a261885c556af79317cf30d9e /apps
parent9cd9e774d67342a1af4782c7e7e5e234ffb9b51d (diff)
parentad60b3b479918634f3f30ea83104fbb116e9d0bb (diff)
Merge pull request #32874 from bill-mcgonigle/patch-1
Mention missing files subdir
Diffstat (limited to 'apps')
-rw-r--r--apps/files/lib/Command/Scan.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/lib/Command/Scan.php b/apps/files/lib/Command/Scan.php
index 0a7a53dc0bf..b40e963efc6 100644
--- a/apps/files/lib/Command/Scan.php
+++ b/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