diff --git a/README.md b/README.md index 4f2992b..8ecb5b4 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ Edit the config file in /config ## Versions ++ **30.09.16:** Fix umask. + **24.09.16:** Rebase to alpine linux. + **10.09.16:** Add layer badges to README. + **05.01.16:** Change ffpmeg repository, other version crashes container diff --git a/root/etc/services.d/beets/run b/root/etc/services.d/beets/run index dc66f3e..28bb1ab 100644 --- a/root/etc/services.d/beets/run +++ b/root/etc/services.d/beets/run @@ -1,5 +1,5 @@ #!/usr/bin/with-contenv bash -umask 002 +umask 022 exec \ s6-setuidgid abc beet web