diff --git a/occ b/occ index e4dcc80c9da..b7cfe961bde 100755 --- a/occ +++ b/occ @@ -17,7 +17,7 @@ function dropPrivileges(): void { } $configPath = __DIR__ . '/config/config.php'; - $uid = fileowner($configPath); + $uid = @fileowner($configPath); if ($uid === false) { return; }