From 5d0c42df91ffa6529c71129c35039707f21f788a Mon Sep 17 00:00:00 2001 From: neox Date: Wed, 10 Jul 2024 17:59:34 +0200 Subject: [PATCH] ajustements --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a360362..1f4854c 100644 --- a/install.sh +++ b/install.sh @@ -107,7 +107,7 @@ herd start cow-store /mnt install_guix() { tmpfile=$(mktemp) - guix system init config.scm /mnt > (tee "$tmpfile") 2>&1 + guix system init config.scm /mnt >(tee "$tmpfile") exit_code=$? output=$(tail -n 3 "$tmpfile")