aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xocc2
1 files changed, 1 insertions, 1 deletions
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;
}