From a42dfbf936126e472cc11396bd3eed445a112da5 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Mon, 3 Oct 2016 20:32:43 +0100 Subject: [PATCH] add umask settings info to README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 3990ea4..af7f704 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,15 @@ Webui can be found at `:6789` and the default login details (change AS To allow scheduling, from the webui set the time correction value in settings/logging. +To change umask settings. + +[img]http://i.imgur.com/A4VMbwE.png[/img] + +scroll to bottom, set umask like this (example shown for unraid) + +[img]http://i.imgur.com/mIqDEJJ.png[/img] + + ## Info * Shell access whilst the container is running: `docker exec -it nzbget /bin/bash` * To monitor the logs of the container in realtime: `docker logs -f nzbget`