From f7bd484863b083626ddab506ade7b15a47bc1e4a Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Sun, 17 Dec 2017 15:01:30 +0100 Subject: [PATCH] =?UTF-8?q?make:=20ajustement=20requ=C3=AAte=20blackhole?= =?UTF-8?q?=20pour=20afficher=20le=20nom=20de=20machine?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e941b9b..abd7ba8 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ rebuild-switch: $(TIME) time nixos-rebuild switch --fallback --show-trace show-blackholed: - -ip route |grep blackhole |wc -l| awk '{print "Il y a "$$1" route(s) en blackhole"}' |cowsay + -@ip route |grep blackhole |wc -l| awk '{print "Il y a "$$1" route(s) en blackhole sur";system("hostname ")}' |cowsay show-diff-with-current: -diff /run/current-system/configuration.nix /etc/nixos/configuration.nix