Update start.sh

This commit is contained in:
MarkusMcNugen 2018-02-03 09:32:43 -05:00 committed by GitHub
parent 398cf3b304
commit 970f2052ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ _handler() {
if [[ -e /config/qBittorrent ]]; then
echo "[info] qBittorrent directory exists in /config, applying ownership and permissions before exit" | ts '%Y-%m-%d %H:%M:%.S'
chmod -R 755 /config/qBittorrent
chown -R 99:100 /config/qBittorrent
chown -R $PUID:$PGID /config/qBittorrent
fi
}