diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 36ef5b4a7..0dab26ea6 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -32,7 +32,7 @@ if [ "$action" = "pandora" ]; then /srv/pandora/pandora/manage.py init_db $update db echo "Generating static files..." - chown -R ${user}.${user} /srv/pandora/ + chown -R ${user}:${user} /srv/pandora/ $update static touch /srv/pandora/initialized fi