summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-rw-r--r--custom/simp_le.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/simp_le.nix b/custom/simp_le.nix
index 9ff98364..4caf50ce 100644
--- a/custom/simp_le.nix
+++ b/custom/simp_le.nix
@@ -19,4 +19,4 @@ let
19 [[ -e key.pem ]] && ln -s -f key.pem privkey.pem 19 [[ -e key.pem ]] && ln -s -f key.pem privkey.pem
20 ''; 20 '';
21in 21in
22 "${bash}/bin/bash ${script} > ${eject}/bin/logger -p auth.info" 22 "${bash}/bin/bash ${script} 2>&1 | ${eject}/bin/logger -p auth.info"