crazy-max / docker-qbittorrent

qBittorrent Docker image
MIT License
73 stars 15 forks source link

Create config directory #23

Closed onur closed 3 years ago

onur commented 3 years ago

Latest version (4.3.3) fails to start with error:

/entrypoint.sh: line 35: can't create /data/config/qBittorrent.conf: nonexistent directory

This patch creates config directory.

onur commented 3 years ago

Well looks like this isn't enough, I am still getting:

qbittorrent_1  | WAN IP address is x.x.x.x
qbittorrent_1  | Creating folders...
qbittorrent_1  | Overriding required parameters...
qbittorrent_1  | Fixing perms...
qbittorrent_1  | Could not create required directory '/home/qbittorrent/.local/share/qBittorrent/'
crazy-max commented 3 years ago

@onur https://github.com/crazy-max/docker-qbittorrent/commit/002e4696c75d6d301a57cfb47ce035fa7f599de7 should fix your issue. You can try crazymax/qbittorrent:edge when build is done.

crazy-max commented 3 years ago

@onur Pull latest it should now be fixed, thanks for your feedback