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.
2 parents 874f192 + 69f5383 commit 8b4bd70Copy full SHA for 8b4bd70
1 file changed
lib/private/Installer.php
@@ -136,7 +136,7 @@ public function getInstallPath(): ?string {
136
foreach (\OC::$APPSROOTS as $dir) {
137
if (isset($dir['writable']) && $dir['writable'] === true) {
138
// Check if there is a writable install folder.
139
- if (!is_writable($dir['path'])
+ if ((!is_writable($dir['path']) && $this->config->getSystemValueBool('appstoreenabled', true))
140
|| !is_readable($dir['path'])
141
) {
142
throw new \RuntimeException(
0 commit comments