Update qbittorrent.init

This commit is contained in:
MarkusMcNugen
2018-02-04 20:55:04 -05:00
committed by GitHub
parent 07cdebca75
commit a7affb5778

View File

@@ -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'
}
#