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
22bac8e8df
commit
22f963534d
@ -22,7 +22,6 @@ if [[ ! -f /config/qbittorrent/qBittorrent.conf ]]; then
|
||||
# Else create directories and copy conf from config volume
|
||||
else
|
||||
echo "qBittorrent config file exists in /config, copying to qbittorrent config directory" | ts '%Y-%m-%d %H:%M:%.S'
|
||||
mkdir -p /root/.config
|
||||
mkdir -p /root/.config/qBittorrent/
|
||||
yes | cp /config/qbittorrent/qBittorrent.conf /root/.config/qBittorrent/qBittorrent.conf
|
||||
chmod 644 /root/.config/qBittorrent/qBittorrent.conf
|
||||
|
Loading…
Reference in New Issue
Block a user