From 9d6e5065fbc25bce9b65e606da96b8e79960b908 Mon Sep 17 00:00:00 2001 From: Zachary Huff Date: Fri, 3 Apr 2020 11:25:47 -0400 Subject: [PATCH] Handle error in profile --- service/profile/profile.go | 1 + 1 file changed, 1 insertion(+) diff --git a/service/profile/profile.go b/service/profile/profile.go index e50e3a187..a132927d3 100644 --- a/service/profile/profile.go +++ b/service/profile/profile.go @@ -837,6 +837,7 @@ func (p *Profile) clearWgLinux() { utils.ExecOutputLogged( []string{ "does not exist", + "is not a", }, p.wgQuickPath, "down", p.Iface,