From cbcf295d80aec88e3120df0000ba9384925aafa4 Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sun, 4 Feb 2018 19:39:08 -0500 Subject: [PATCH] Update qbittorrent.init --- qbittorrent/qbittorrent.init | 3 --- 1 file changed, 3 deletions(-) diff --git a/qbittorrent/qbittorrent.init b/qbittorrent/qbittorrent.init index ffdba8e..613bb31 100644 --- a/qbittorrent/qbittorrent.init +++ b/qbittorrent/qbittorrent.init @@ -30,9 +30,6 @@ DAEMONSTRING="$DAEMON $DAEMON_ARGS >> $QBTLOG 2>&1" export DBUS_SESSION_BUS_ADDRESS="" -# Exit if the package is not installed -[ -x "$DAEMON" ] || exit 0 - # Read configuration variable file if it is present #[ -r /etc/default/$NAME ] && . /etc/default/$NAME