Skip to content
Snippets Groups Projects
Commit 0fb1aa44 authored by Agate's avatar Agate :speech_balloon:
Browse files

Fix #48: crash on directory init

parent 2dc02e1d
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ mkdir -p /var/log/funkwhale ...@@ -6,6 +6,7 @@ mkdir -p /var/log/funkwhale
mkdir -p /app/api/staticfiles mkdir -p /app/api/staticfiles
# ownership # ownership
chown funkwhale:funkwhale /data
chown -R funkwhale:funkwhale /app chown -R funkwhale:funkwhale /app
chown -R funkwhale:funkwhale /var/log/funkwhale chown -R funkwhale:funkwhale /var/log/funkwhale
chown -R funkwhale:funkwhale /run/postgresql chown -R funkwhale:funkwhale /run/postgresql
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment