diff options
Diffstat (limited to 'custom/motion.nix')
-rw-r--r-- | custom/motion.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
53 | ''; | 53 | ''; |
54 | 54 | ||
55 | preStart = pkgs.writeScript "motion-pre-start" '' | 55 | preStart = pkgs.writeScript "motion-pre-start" '' |
56 | cat ${motionConfig} ${escapShellArgs cfg.configFiles} > motion.conf | 56 | cat ${motionConfig} ${escapeShellArgs cfg.configFiles} > motion.conf |
57 | 57 | ||
58 | mkdir -p cameras | 58 | mkdir -p cameras |
59 | ${concatStringsSep "\n" (imap0 compileCamera cfg.cameras)} | 59 | ${concatStringsSep "\n" (imap0 compileCamera cfg.cameras)} |