From 417799f3735cf2b9a9aab44c7d851ddf7d535be3 Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sun, 4 Feb 2018 22:30:51 -0500 Subject: [PATCH] Update qbittorrent.init --- qbittorrent/qbittorrent.init | 1 + 1 file changed, 1 insertion(+) diff --git a/qbittorrent/qbittorrent.init b/qbittorrent/qbittorrent.init index a71b802..7a0736d 100644 --- a/qbittorrent/qbittorrent.init +++ b/qbittorrent/qbittorrent.init @@ -63,6 +63,7 @@ do_start() if [ -f $QBTLOGPATH$QBTLOG ]; then chown $USER:$GROUP $QBTLOGPATH$QBTLOG + chmod 775 $QBTLOGPATH$QBTLOG echo "Logfile created. Logging to $QBTLOGPATH$QBTLOG" else echo "Couldn't create logfile $QBTLOGPATH$QBTLOG. Please investigate."