mirror of
https://github.com/linuxserver/docker-syncthing.git
synced 2026-02-19 20:04:00 +08:00
fix umask
This commit is contained in:
parent
89bbc27634
commit
92835d8e58
@ -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.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
umask 0000
|
||||
umask 022
|
||||
|
||||
exec \
|
||||
s6-setuidgid abc syncthing \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user