Update start.sh

This commit is contained in:
MarkusMcNugen 2018-02-02 20:42:15 -05:00 committed by GitHub
parent 3347f30553
commit feb7c06f1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,14 @@ if [[ ! -f /config/qbittorrent/qBittorrent.conf ]]; then
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"
cp /home/$USER/.config/qBittorrent/qBittorrent.conf /config/qbittorrent/qBittorrent.conf
chown -R "${PUID}":"${PGID}" /config/qbittorrent
chmod -R 775 /config/qbittorrent
else
echo "qBittorrent config file exists, copying to config directory"
cp /config/qbittorrent/qBittorrent.conf /home/$USER/.config/qBittorrent/qBittorrent.conf
chmod 644 /home/$USER/.config/qBittorrent/qBittorrent.conf
fi