Skip to content
Snippets Groups Projects
Unverified Commit cb8d51ee authored by Felix Ableitner's avatar Felix Ableitner Committed by GitHub
Browse files

Remove chmod and chown on startup (fixes #30)

parent 7b4d1a2d
No related branches found
No related tags found
No related merge requests found
......@@ -4,19 +4,3 @@ mkdir -p /run/postgresql
mkdir -p /run/nginx
mkdir -p /var/log/funkwhale
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