]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - entrypoint.sh
Added forwarder binding to Service.vue
[github/bastienwirtz/homer.git] / entrypoint.sh
index dd55cdbb5ed05827ed389ca5a266bfd48bf651a9..f1a8c229a38159d660f157d4ac089c2c7575cbd7 100644 (file)
@@ -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"