Update start.sh

This commit is contained in:
MarkusMcNugen
2018-02-03 09:32:43 -05:00
committed by GitHub
parent 398cf3b304
commit 970f2052ba

View File

@@ -7,7 +7,7 @@ _handler() {
if [[ -e /config/qBittorrent ]]; then 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' 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 chmod -R 755 /config/qBittorrent
chown -R 99:100 /config/qBittorrent chown -R $PUID:$PGID /config/qBittorrent
fi fi
} }