summaryrefslogtreecommitdiff
path: root/pkg/standalone/launcher.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/standalone/launcher.go')
-rw-r--r--pkg/standalone/launcher.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/standalone/launcher.go b/pkg/standalone/launcher.go
index 4dc4761..16ea8b0 100644
--- a/pkg/standalone/launcher.go
+++ b/pkg/standalone/launcher.go
@@ -40,6 +40,10 @@ func (l *launcher) close() error {
return nil
}
+func (l *launcher) check() (helpers bool, priviledge bool, err error) {
+ return true, true, nil
+}
+
func (l *launcher) openvpnStart(flags ...string) error {
byteFlags, err := json.Marshal(flags)
if err != nil {