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