From 6c0d093f76b5a35a141589f15aec21fbe1e69d8e Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Tue, 10 Jul 2018 17:24:47 +0200 Subject: [bug] define daemonize for all OSes --- helper/linux.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'helper/linux.go') diff --git a/helper/linux.go b/helper/linux.go index ba43d82..f21cc55 100644 --- a/helper/linux.go +++ b/helper/linux.go @@ -28,6 +28,8 @@ const ( snapOpenvpnPath = "/snap/bin/riseup-vpn.openvpn" ) +func daemonize() {} + func getOpenvpnPath() string { if os.Getenv("SNAP") != "" { return snapOpenvpnPath -- cgit v1.2.3