From 753789204bb2698c89aae5189732244fead0ae2e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 13 Jan 2016 04:42:32 +0100 Subject: permissions --- custom/simp_le.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'custom') diff --git a/custom/simp_le.nix b/custom/simp_le.nix index 8178bb1a..e03e2b2c 100644 --- a/custom/simp_le.nix +++ b/custom/simp_le.nix @@ -1,7 +1,6 @@ { domains ? [] , simp_le , lib -, stdenv , writeText }: @@ -9,5 +8,4 @@ let getcert = domain: '' echo ${domain} >> /tmp/domains.test ''; - all = "#!${stdenv}/bin/bash\n\n" + lib.concatMapStringsSep "\n" getcert domains; -in writeText "certs.sh" all +in writeText "certs.sh" (lib.concatMapStringsSep "\n" getcert domains) -- cgit v1.2.3