Comment 4 for bug 2055401

Revision history for this message
Jacopo Rota (r00ta) wrote :

Well, this is relevant.

When you use --dangerous there are differences.

You have to run
```
snap connections maas | awk '$1 != "content" && $3 == "-" {print $2}' | xargs -r -n1 sudo snap connect
```

and then

```
sudo snap restart maas
```