fix perms on start up so upload limit can be set, make /data the default storage on first setup

This commit is contained in:
sparklyballs 2016-07-01 11:12:08 +01:00
parent 0b91b1ff6b
commit 71e8d86d9e
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
<?php
$CONFIG = array (
'memcache.local' => '\OC\Memcache\APCu',
'datadirectory' => '/data',
);

View File

@ -10,4 +10,5 @@ cd /tmp || true
unzip nextcloud.zip
mv /tmp/nextcloud "${NEXTCLOUD_PATH}"
rm -f /tmp/nextcloud.zip
chown abc:abc -R "${NEXTCLOUD_PATH}"
fi