diff --git a/qbittorrent/qbittorrent.init b/qbittorrent/qbittorrent.init index 37629ec..706509a 100644 --- a/qbittorrent/qbittorrent.init +++ b/qbittorrent/qbittorrent.init @@ -81,7 +81,6 @@ do_start() start-stop-daemon --start --chuid $USER:$GROUP --make-pidfile --pidfile $PIDFILE --background --exec /bin/bash -- -c "$DAEMONSTRING" || return 2 sleep 1 - echo "[info] Started qBittorrent daemon successfully..." | ts '%Y-%m-%d %H:%M:%.S' } #