From 1c7b0be223f64a66841f4955cad968f90435d93b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 26 Dec 2017 22:23:37 +0000 Subject: [PATCH] we do not want output from nmcli here --- files/scripts/restart-broken-ipv6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/scripts/restart-broken-ipv6 b/files/scripts/restart-broken-ipv6 index 124d804a90..69253174cd 100755 --- a/files/scripts/restart-broken-ipv6 +++ b/files/scripts/restart-broken-ipv6 @@ -3,5 +3,5 @@ ping6 -q -c 1 -w 2 2600:: >& /dev/null if [ $? -ne 0 ]; then - nmcli c up eth0 + nmcli c up eth0 >& /dev/null fi