we do not want output from nmcli here

This commit is contained in:
Kevin Fenzi 2017-12-26 22:23:37 +00:00
parent 89d7f0665d
commit 1c7b0be223

View file

@ -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