mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 21:27:15 -04:00
chore: fix typo from last minute change
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
4bd0c9a89f
commit
9e1bd13774
1 changed files with 1 additions and 0 deletions
|
|
@ -447,6 +447,7 @@ class OC_Util {
|
|||
} else {
|
||||
// re-evaluate readability/writability after creation for later checks
|
||||
$dataDirWritable = is_readable($dataDir) && is_writable($dataDir);
|
||||
}
|
||||
// Utilize a secondary writability check to catch false positives
|
||||
} elseif (!$dataDirWritable) {
|
||||
// is_writable doesn't work on NFS; try to write an actual file.
|
||||
|
|
|
|||
Loading…
Reference in a new issue