mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2025-12-06 10:13:21 +00:00
Update start.sh
This commit is contained in:
@@ -4,16 +4,15 @@
|
|||||||
if [[ ! -f /config/qbittorrent/qBittorrent.conf ]]; then
|
if [[ ! -f /config/qbittorrent/qBittorrent.conf ]]; then
|
||||||
|
|
||||||
echo "qBittorrent config file does not exist, copying default settings to /config/qBittorrent"
|
echo "qBittorrent config file does not exist, copying default settings to /config/qBittorrent"
|
||||||
echo "You can edit the conf file at /config/qBittorrent to change qBittorrents settings"
|
echo "You can edit the conf file at /config/qBittorrent to change qBittorrents settings while docker if offline"
|
||||||
cp /home/$USER/.config/qBittorrent/qBittorrent.conf /config/qbittorrent/qBittorrent.conf
|
yes | cp /home/$USER/.config/qBittorrent/qBittorrent.conf /config/qbittorrent/qBittorrent.conf
|
||||||
chown -R "${PUID}":"${PGID}" /config/qbittorrent
|
chown -R "${PUID}":"${PGID}" /config/qbittorrent
|
||||||
chmod -R 775 /config/qbittorrent
|
chmod -R 775 /config/qbittorrent
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
echo "qBittorrent config file exists, copying to config directory"
|
echo "qBittorrent config file exists in /config, copying to qbittorrent config directory"
|
||||||
cp /config/qbittorrent/qBittorrent.conf /home/$USER/.config/qBittorrent/qBittorrent.conf
|
yes | cp /config/qbittorrent/qBittorrent.conf /home/$USER/.config/qBittorrent/qBittorrent.conf
|
||||||
|
|
||||||
chmod 644 /home/$USER/.config/qBittorrent/qBittorrent.conf
|
chmod 644 /home/$USER/.config/qBittorrent/qBittorrent.conf
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user