adding pipeline logic , rebasing to ubuntu, and multi arching the build

This commit is contained in:
thelamer 2018-12-19 23:21:34 -08:00
parent ee4414a561
commit 7497ebb609
8 changed files with 892 additions and 80 deletions

View file

@ -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