From 3f5cf9428273584a532178650a81675176393eec Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 26 Feb 2023 17:50:04 -0300 Subject: bin/upgrade: Fix call to timeout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The error message was: timeout: impossible d'exécuter la commande « -- »: Aucun fichier ou dossier de ce type --- bin/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/upgrade b/bin/upgrade index daae53a..298ac31 100755 --- a/bin/upgrade +++ b/bin/upgrade @@ -72,7 +72,7 @@ fi TWO_HOURS='7200' -timeout "$TWO_HOURS" -- +timeout "$TWO_HOURS" \ guix home -v3 reconfigure ~/.guix-home/configuration.scm if [ -e /etc/nixos/configuration.nix ]; then -- cgit v1.2.3