Skip to content

Commit

Permalink
Change nmcli command
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcm committed Aug 9, 2020
1 parent f34ab83 commit 3c4709d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "vopono"
description = "Launch applications via VPN tunnels using temporary network namespaces"
version = "0.3.0"
version = "0.3.1"
authors = ["James McMurray <[email protected]>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion src/veth_pair.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ impl VethPair {
)?;
}

sudo_command(&["nmcli", "general", "reload"])
sudo_command(&["nmcli", "connection", "reload"])
.context("Failed to reload NetworkManager configuration")?;
Some(NetworkManagerUnmanaged { backup_file })
} else {
Expand Down

0 comments on commit 3c4709d

Please sign in to comment.