From: Calin Crisan Date: Sun, 1 Nov 2015 17:24:22 +0000 (+0200) Subject: fixed motion daemon "-d" argument X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=8f9836e536134862556052f79d6ac5da9bf91643;p=motioneye-debian fixed motion daemon "-d" argument --- diff --git a/motioneye/motionctl.py b/motioneye/motionctl.py index db11109..79653c6 100644 --- a/motioneye/motionctl.py +++ b/motioneye/motionctl.py @@ -101,9 +101,9 @@ def start(deferred=False): args = [program, '-n', - '-d', '-c', motion_config_path] + args.append('-d') if settings.LOG_LEVEL == logging.DEBUG: args.append('9')