Skip to content

Commit

Permalink
Handle error in profile
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Apr 3, 2020
1 parent 1f3e3ef commit 9d6e506
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/profile/profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,7 @@ func (p *Profile) clearWgLinux() {
utils.ExecOutputLogged(
[]string{
"does not exist",
"is not a",
},
p.wgQuickPath,
"down", p.Iface,
Expand Down

0 comments on commit 9d6e506

Please sign in to comment.