Merge pull request #12 from sparklyballs/umask

Umask
master
Neil 9 years ago committed by GitHub
commit e2114dd608

@ -63,6 +63,7 @@ Edit the config file in /config
## Versions ## Versions
+ **30.09.16:** Fix umask.
+ **24.09.16:** Rebase to alpine linux. + **24.09.16:** Rebase to alpine linux.
+ **10.09.16:** Add layer badges to README. + **10.09.16:** Add layer badges to README.
+ **05.01.16:** Change ffpmeg repository, other version crashes container + **05.01.16:** Change ffpmeg repository, other version crashes container

@ -1,5 +1,5 @@
#!/usr/bin/with-contenv bash #!/usr/bin/with-contenv bash
umask 002 umask 022
exec \ exec \
s6-setuidgid abc beet web s6-setuidgid abc beet web

Loading…
Cancel
Save