mirror of
https://github.com/casjaysdevdocker/nextcloud
synced 2026-01-28 02:03:49 -05:00
🦈🏠🐜❗ Initial Commit ❗🐜🦈🏠
This commit is contained in:
17
config/cont-init.d/02-fix-perms.sh
Normal file
17
config/cont-init.d/02-fix-perms.sh
Normal file
@@ -0,0 +1,17 @@
|
||||
#!/usr/bin/with-contenv sh
|
||||
# shellcheck shell=sh
|
||||
|
||||
echo "Fixing perms..."
|
||||
mkdir -p /data \
|
||||
/var/run/nginx \
|
||||
/var/run/php-fpm
|
||||
chown nextcloud. \
|
||||
/data
|
||||
chown -R nextcloud. \
|
||||
/home/nextcloud \
|
||||
/etc/tpls \
|
||||
/var/lib/nginx \
|
||||
/var/log/nginx \
|
||||
/var/log/php* \
|
||||
/var/run/nginx \
|
||||
/var/run/php-fpm
|
||||
Reference in New Issue
Block a user