mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
devel: fix permissions for docker devel container
This commit is contained in:
parent
d79e10a4a3
commit
b94bcb4213
@ -74,4 +74,9 @@ PHPTHREADS=0
|
||||
" &>/dev/null &
|
||||
}
|
||||
|
||||
## Fix permissions on NCP folders. The main reason for this is to make devel docker container work
|
||||
chown -R root:www-data /usr/local/etc/nextcloudpi-config.d/*
|
||||
chmod 660 /usr/local/etc/nextcloudpi-config.d/*
|
||||
chmod 750 /usr/local/etc/nextcloudpi-config.d/l10n
|
||||
|
||||
exit 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user