summaryrefslogtreecommitdiff
path: root/modules/certspotter.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/certspotter.nix')
-rw-r--r--modules/certspotter.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/certspotter.nix b/modules/certspotter.nix
index 8005230f..a708b1db 100644
--- a/modules/certspotter.nix
+++ b/modules/certspotter.nix
@@ -25,7 +25,7 @@ let
25 runtimeInputs = [ pkgs.coreutils cfg.package ]; 25 runtimeInputs = [ pkgs.coreutils cfg.package ];
26 text = '' 26 text = ''
27 rm -f "''${STATE_DIRECTORY}/lock" 27 rm -f "''${STATE_DIRECTORY}/lock"
28 exec certspotter -state_dir "''${STATE_DIRECTORY}" ${escapeShellArgs startOptions} 28 exec -- certspotter -state_dir "''${STATE_DIRECTORY}" ${escapeShellArgs startOptions}
29 ''; 29 '';
30 }; 30 };
31in { 31in {