Skip to content
Snippets Groups Projects
Unverified Commit 0f9d4c69 authored by Agate's avatar Agate Committed by GitHub
Browse files

Merge pull request #44 from Nutomic/patch-1

Remove chmod and chown on startup (fixes #30)
parents 7b4d1a2d cb8d51ee
No related branches found
No related tags found
No related merge requests found
...@@ -4,19 +4,3 @@ mkdir -p /run/postgresql ...@@ -4,19 +4,3 @@ mkdir -p /run/postgresql
mkdir -p /run/nginx mkdir -p /run/nginx
mkdir -p /var/log/funkwhale mkdir -p /var/log/funkwhale
mkdir -p /app/api/staticfiles mkdir -p /app/api/staticfiles
# ownership
chown -R funkwhale:funkwhale /app
chown -R funkwhale:funkwhale /data
chown -R funkwhale:funkwhale /var/log/funkwhale
chown -R funkwhale:funkwhale /run/postgresql
# permission
chmod -R 0700 /app
chmod -R 0750 /app/api/staticfiles
chmod -R 0750 /app/front
chmod 0750 /app
chmod 0750 /app/api
chmod -R 0755 /var/log/funkwhale
chmod -R 0755 /data
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment