we do not want output from nmcli here
This commit is contained in:
parent
89d7f0665d
commit
1c7b0be223
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue