From e49767857d1f9fb0fb2956e62d79e4b12c3cece0 Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sat, 6 Oct 2018 23:34:06 -0400 Subject: [PATCH] Update start.sh --- qbittorrent/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/start.sh b/qbittorrent/start.sh index 55c6c11..4afcc6f 100644 --- a/qbittorrent/start.sh +++ b/qbittorrent/start.sh @@ -36,7 +36,7 @@ if [[ ! -z "${UMASK}" ]]; then echo "[info] UMASK defined as '${UMASK}'" | ts '%Y-%m-%d %H:%M:%.S' else echo "[warn] UMASK not defined (via -e UMASK), defaulting to '002'" | ts '%Y-%m-%d %H:%M:%.S' - export UMASK="022" + export UMASK="002" fi