From a7affb57785a978531069e06936629e5ce3cbc86 Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sun, 4 Feb 2018 20:55:04 -0500 Subject: [PATCH] Update qbittorrent.init --- qbittorrent/qbittorrent.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/qbittorrent.init b/qbittorrent/qbittorrent.init index 7a07117..98232d2 100644 --- a/qbittorrent/qbittorrent.init +++ b/qbittorrent/qbittorrent.init @@ -73,7 +73,7 @@ do_start() start-stop-daemon --start --chuid $USER:$GROUP --make-pidfile --pidfile $PIDFILE --background --exec /bin/bash -- -c "$DAEMONSTRING" || return 2 sleep 1 - echo "$NAME started" + echo "[info] Started qBittorrent daemon successfully..." | ts '%Y-%m-%d %H:%M:%.S' } #