mirror of
https://github.com/linuxserver/docker-qbittorrent.git
synced 2025-06-27 17:00:42 -04:00
Update 30-config
adjust comment wording to be more clear
This commit is contained in:
parent
72ca1908f8
commit
722bd16154
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue