mirror of
https://github.com/linuxserver/docker-qbittorrent.git
synced 2025-06-27 17:00:42 -04:00
30-config: Stop creating /config/data directory on startup
Signed-off-by: Aaron <admin@datahoarder.dev>
This commit is contained in:
parent
46b6b4e375
commit
79d5ee0cd7
1 changed files with 2 additions and 4 deletions
|
@ -1,9 +1,7 @@
|
|||
#!/usr/bin/with-contenv bash
|
||||
|
||||
# make our folders
|
||||
mkdir -p \
|
||||
/config/qBittorrent \
|
||||
/config/data
|
||||
# make our folder
|
||||
mkdir -p /config/qBittorrent
|
||||
|
||||
# copy config
|
||||
[[ ! -e /config/qBittorrent/qBittorrent.conf ]] && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue