Merge pull request #76 from linuxserver/drizuid-patch-1

Update 30-config
This commit is contained in:
Eric Nemchik
2020-05-25 18:08:37 -05:00
committed by GitHub

View File

@@ -9,7 +9,7 @@ mkdir -p \
[[ ! -e /config/qBittorrent/qBittorrent.conf ]] && \
cp /defaults/qBittorrent.conf /config/qBittorrent/qBittorrent.conf
# chown download directory if currently set to root
# chown download directory if currently not set to abc
if [[ "$(stat -c '%U' /downloads)" != "abc" ]]; then
chown -R abc:abc /downloads
fi