From 03d06565f5a93e0ce57f96ae61122fcbb017842c Mon Sep 17 00:00:00 2001 From: DyonR Date: Sat, 12 Sep 2020 22:24:08 +0200 Subject: [PATCH] Fixed comments originating from Jackettvpn --- qbittorrent/start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qbittorrent/start.sh b/qbittorrent/start.sh index 86bccf7..0b95acc 100644 --- a/qbittorrent/start.sh +++ b/qbittorrent/start.sh @@ -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