wireless icon indicating copy to clipboard operation
wireless copied to clipboard

fix: use ubuntu 18.04 nmcli parameters

Open Minipada opened this issue 5 years ago • 0 comments

Description

iface parameter is valid for older versions of nmcli but not new ones. ifname is the new parameter name.

Without this patch, the iface parameter was not found on ubuntu 18 and the command simply uses the first interface it found.

I am not sure that iface is used or not on ubuntu 16 and couldnt test it.

Minipada avatar Aug 20 '19 09:08 Minipada