diff options
author | Georg Ehrke <developer@georgehrke.com> | 2014-06-13 00:07:43 +0200 |
---|---|---|
committer | Georg Ehrke <developer@georgehrke.com> | 2014-06-13 00:07:43 +0200 |
commit | 0890ce4f91df94052387141e8bcf917ead94cb55 (patch) | |
tree | 89d8cb4ac3ea80a9eca1e2eb035085707ff85cf4 /tests/preseed-config.php | |
parent | 5e9fa6481940c9220738716f9bd83345f6af91a4 (diff) | |
download | nextcloud-server-0890ce4f91df94052387141e8bcf917ead94cb55.tar.gz nextcloud-server-0890ce4f91df94052387141e8bcf917ead94cb55.zip |
Update preseed-config.php
Diffstat (limited to 'tests/preseed-config.php')
-rw-r--r-- | tests/preseed-config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/preseed-config.php b/tests/preseed-config.php index 95ffb4514bf..3fd5b3cb7fc 100644 --- a/tests/preseed-config.php +++ b/tests/preseed-config.php @@ -7,7 +7,7 @@ $CONFIG = array ( array ( 'path' => OC::$SERVERROOT.'/apps', 'url' => '/apps', - 'writable' => false, + 'writable' => true, ), 1 => array ( |