[nextcloud] Correct ownership of symlinks

This commit is contained in:
Roman Hoellen 2018-03-15 10:55:27 +01:00
parent 0d23dee1df
commit 3e1f1c6cd7

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
ln -sf /config/config.php /nextcloud/config/config.php &>/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
if [ ! -d /data/session ]; then