mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
we do not want output from nmcli here
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user