Code review comment for lp:~brendan-donegan/checkbox/bug861502_reconnect_wireless

Revision history for this message
Ara Pulido (ara) wrote :

A more reliable way to do it.

To save the UUID of the connection:

$ nmcli -f UUID con status

To then reconnect to that connection:

nmcli con up uuid $CON

« Back to merge proposal