mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Update NetworkService.qml
This commit is contained in:
@@ -1472,7 +1472,7 @@ Singleton {
|
||||
if [ -n "$UUID" ]; then
|
||||
nmcli connection delete uuid "$UUID" 2>/dev/null || true
|
||||
fi
|
||||
eval nmcli "$@"
|
||||
nmcli "$@"
|
||||
nmcli connection up id "$SSID"
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user