From bd974aaf2570ba5db63bc366399cf8b743aa441f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 13 Apr 2018 13:21:01 +0200 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/motion.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/motion.nix b/custom/motion.nix index cd34548f..6168361c 100644 --- a/custom/motion.nix +++ b/custom/motion.nix @@ -53,7 +53,7 @@ let ''; preStart = pkgs.writeScript "motion-pre-start" '' - cat ${motionConfig} ${escapShellArgs cfg.configFiles} > motion.conf + cat ${motionConfig} ${escapeShellArgs cfg.configFiles} > motion.conf mkdir -p cameras ${concatStringsSep "\n" (imap0 compileCamera cfg.cameras)} -- cgit v1.2.3