diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-24 12:34:14 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-24 12:34:14 +0100 |
| commit | 5ee3e5bfbe1b4c76e4e7b73bb8781a225cf71dba (patch) | |
| tree | 078ba015f680f51751732b66baf50893c6450ea5 | |
| parent | edadb8332a43f10520fbfabcaf007717a724a9fd (diff) | |
| download | nixos-5ee3e5bfbe1b4c76e4e7b73bb8781a225cf71dba.tar nixos-5ee3e5bfbe1b4c76e4e7b73bb8781a225cf71dba.tar.gz nixos-5ee3e5bfbe1b4c76e4e7b73bb8781a225cf71dba.tar.bz2 nixos-5ee3e5bfbe1b4c76e4e7b73bb8781a225cf71dba.tar.xz nixos-5ee3e5bfbe1b4c76e4e7b73bb8781a225cf71dba.zip | |
actually log everything
| -rw-r--r-- | custom/simp_le.nix | 2 |
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 | ''; |
| 21 | in | 21 | in |
| 22 | "${bash}/bin/bash ${script} > ${eject}/bin/logger -p auth.info" | 22 | "${bash}/bin/bash ${script} 2>&1 | ${eject}/bin/logger -p auth.info" |
