From 23270cdb5f7d92a7d67a440502ff5f05ea6a8b06 Mon Sep 17 00:00:00 2001 From: neox Date: Wed, 10 Jul 2024 17:55:38 +0200 Subject: [PATCH] ajustements --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b74736d..a360362 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") 2>&1 exit_code=$? output=$(tail -n 3 "$tmpfile")