X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=entrypoint.sh;h=f1a8c229a38159d660f157d4ac089c2c7575cbd7;hb=cd1fc28f515e17956668e5bda5f39c1d250e3475;hp=dd55cdbb5ed05827ed389ca5a266bfd48bf651a9;hpb=25b6367aa14a6aefa842f70dc208fdb3e11f6e06;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/entrypoint.sh b/entrypoint.sh index dd55cdb..f1a8c22 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -11,5 +11,5 @@ fi # Install default config if no one is available. yes n | cp -i /www/default-assets/config.yml.dist /www/assets/config.yml &> /dev/null -chown -R $UID:$GID /www/assets/* -exec su-exec $USER:$GROUP darkhttpd /www/ --no-listing --port "$PORT" +chown -R $UID:$GID /www/assets +exec su-exec $UID:$GID darkhttpd /www/ --no-listing --port "$PORT"