Merge pull request #7 from bertbaron/patch-1

Correct ownership of the symlinks
This commit is contained in:
Wonderfall 2018-03-13 21:53:49 +01:00 committed by GitHub
commit 4b9c011920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ sed -i -e "s/<APC_SHM_SIZE>/$APC_SHM_SIZE/g" /php/conf.d/apcu.ini \
# Put the configuration and apps into volumes # Put the configuration and apps into volumes
ln -sf /config/config.php /nextcloud/config/config.php &>/dev/null ln -sf /config/config.php /nextcloud/config/config.php &>/dev/null
ln -sf /apps2 /nextcloud &>/dev/null ln -sf /apps2 /nextcloud &>/dev/null
chown -h $UID:$GID /nextcloud/config/config.php /nextcloud/apps2
# Create folder for php sessions if not exists # Create folder for php sessions if not exists
if [ ! -d /data/session ]; then if [ ! -d /data/session ]; then