Compare commits

..

2 Commits
1 .. 2

Author SHA1 Message Date
sparklyballs 5d386a8fe5 Merge pull request #1 from sparklyballs/startpermsfix
fix perms on start up
2016-07-01 11:16:35 +01:00
sparklyballs 71e8d86d9e fix perms on start up so upload limit can be set, make /data the default storage on first setup 2016-07-01 11:12:08 +01:00
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
<?php
$CONFIG = array (
'memcache.local' => '\OC\Memcache\APCu',
'datadirectory' => '/data',
);
+1
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