ajustements
This commit is contained in:
parent
23270cdb5f
commit
5d0c42df91
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue