Skip to content
Snippets Groups Projects
Commit 4acf9dc5 authored by sparklyballs's avatar sparklyballs
Browse files

fix umask

parent e45212c1
No related branches found
No related tags found
No related merge requests found
...@@ -73,6 +73,7 @@ Change the downloads location in the webui in Preferences->Downloads and use /do ...@@ -73,6 +73,7 @@ Change the downloads location in the webui in Preferences->Downloads and use /do
## Versions ## Versions
+ **30.09.16:** Fix umask.
+ **09.09.16:** Add layer badges to README. + **09.09.16:** Add layer badges to README.
+ **30.08.16:** Use pip packages for some critical dependencies. + **30.08.16:** Use pip packages for some critical dependencies.
+ **28.08.16:** Add badges to README. + **28.08.16:** Add badges to README.
......
#!/usr/bin/with-contenv bash #!/usr/bin/with-contenv bash
umask 0002 umask 022
exec \ exec \
s6-setuidgid abc /usr/bin/deluge-web \ s6-setuidgid abc /usr/bin/deluge-web \
......
#!/usr/bin/with-contenv bash #!/usr/bin/with-contenv bash
umask 0002 umask 022
exec \ exec \
s6-setuidgid abc /usr/bin/deluged -c /config \ s6-setuidgid abc /usr/bin/deluged -c /config \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment