diff options
Diffstat (limited to 'pkg/standalone/vpn.go')
-rw-r--r-- | pkg/standalone/vpn.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/standalone/vpn.go b/pkg/standalone/vpn.go index 941d444..b858ee0 100644 --- a/pkg/standalone/vpn.go +++ b/pkg/standalone/vpn.go @@ -124,8 +124,7 @@ func (b *Bitmask) InstallHelpers() error { // VPNCheck returns if the helpers are installed and up to date and if polkit is running func (b *Bitmask) VPNCheck() (helpers bool, priviledge bool, err error) { - // TODO - return true, true, nil + return b.launch.check() } // ListGateways return the names of the gateways |