Fixed comments originating from Jackettvpn
This commit is contained in:
parent
a668334f5b
commit
03d06565f5
@ -6,10 +6,10 @@ fi
|
||||
# Set the correct rights accordingly to the PUID and PGID on /config/qBittorrent
|
||||
chown -R ${PUID}:${PGID} /config/qBittorrent
|
||||
|
||||
# Set the rights on the /blackhole folder
|
||||
# Set the rights on the /downloads folder
|
||||
chown -R ${PUID}:${PGID} /downloads
|
||||
|
||||
# Check if ServerConfig.json exists, if not, copy the template over
|
||||
# Check if qBittorrent.conf exists, if not, copy the template over
|
||||
if [ ! -e /config/qBittorrent/config/qBittorrent.conf ]; then
|
||||
echo "[WARNING] qBittorrent.conf is missing, this is normal for the first launch! Copying template." | ts '%Y-%m-%d %H:%M:%.S'
|
||||
cp /etc/qbittorrent/qBittorrent.conf /config/qBittorrent/config/qBittorrent.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user