fix umask

This commit is contained in:
sparklyballs 2016-09-30 20:35:15 +01:00
parent 89bbc27634
commit 92835d8e58
2 changed files with 2 additions and 1 deletions

View File

@ -69,6 +69,7 @@ You can find some of the best documentation available on the web at [docs.syncth
## Versions
+ **30.09.16:** Fix umask.
+ **09.09.16:** Add layer badges to README.
+ **28.08.16:** Add badges to README.
+ **11.08.16:** Rebase to alpine linux.

View File

@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bash
umask 0000
umask 022
exec \
s6-setuidgid abc syncthing \