mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 22:55:11 +00:00
Update start.sh
This commit is contained in:
parent
398cf3b304
commit
970f2052ba
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user