mirror of
https://github.com/linuxserver/docker-qbittorrent.git
synced 2025-06-27 17:00:42 -04:00
adding pipeline logic , rebasing to ubuntu, and multi arching the build
This commit is contained in:
parent
ee4414a561
commit
7497ebb609
8 changed files with 892 additions and 80 deletions
|
@ -9,6 +9,11 @@ mkdir -p \
|
|||
[[ ! -e /config/qBittorrent/qBittorrent.conf ]] && \
|
||||
cp /defaults/qBittorrent.conf /config/qBittorrent/qBittorrent.conf
|
||||
|
||||
# chown download directory if currently set to root
|
||||
if [[ "$(stat -c '%U' /downloads)" != "abc" ]]; then
|
||||
chown -R abc:abc /downloads
|
||||
fi
|
||||
|
||||
# permissions
|
||||
chown -R abc:abc \
|
||||
/config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue