mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix: ignore error when removing "is writable" test file
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
10852d38e3
commit
355dde83c5
1 changed files with 1 additions and 1 deletions
|
|
@ -453,7 +453,7 @@ class OC_Util {
|
|||
];
|
||||
} else {
|
||||
fclose($handle);
|
||||
unlink($testFile);
|
||||
@unlink($testFile);
|
||||
}
|
||||
} else {
|
||||
$errors = array_merge($errors, self::checkDataDirectoryPermissions($CONFIG_DATADIRECTORY));
|
||||
|
|
|
|||
Loading…
Reference in a new issue