We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 007731d commit eb224c8Copy full SHA for eb224c8
cron.php
@@ -117,7 +117,7 @@
117
$user = posix_getuid();
118
$dataDirectoryUser = fileowner($config->getSystemValueString('datadirectory', \OC::$SERVERROOT . '/data'));
119
if ($user !== $dataDirectoryUser) {
120
- echo "Console has to be executed with the user that owns the data directory" . PHP_EOL;
+ echo "Cron has to be executed with the user that owns the data directory" . PHP_EOL;
121
echo "Current user id: " . $user . PHP_EOL;
122
echo "Owner id of the data directory: " . $dataDirectoryUser . PHP_EOL;
123
exit(1);
0 commit comments