diff --git a/qbittorrent/start.sh b/qbittorrent/start.sh index 1d0dbf0..9a3920d 100644 --- a/qbittorrent/start.sh +++ b/qbittorrent/start.sh @@ -23,6 +23,7 @@ fi echo "[info] Starting qBittorrent daemon..." | ts '%Y-%m-%d %H:%M:%.S' /bin/bash /etc/qbittorrent/qbittorrent.init start & echo "[info] Started qBittorrent daemon..." | ts '%Y-%m-%d %H:%M:%.S' +chmod -R 755 /config/qBittorrent child=$(pgrep -o -x qbittorrent-nox) echo "[info] qbittorrent-nox PID: $child" | ts '%Y-%m-%d %H:%M:%.S'