diff options
author | kali <kali@leap.se> | 2020-07-21 20:47:30 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2020-10-13 19:08:33 +0200 |
commit | 75d723cf167136a18342402a9a6e82e51c13b700 (patch) | |
tree | a440e0bc912505143167233ca8457eace2ce0e8c /pkg | |
parent | 1ae11e5c615c996cbef3db694fc571bfe6524d1d (diff) |
[bug] fix version reporting in helper
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/helper/darwin.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/helper/darwin.go b/pkg/helper/darwin.go index e43c33c..82becee 100644 --- a/pkg/helper/darwin.go +++ b/pkg/helper/darwin.go @@ -65,6 +65,8 @@ func parseCliArgs() { // OSX helper does not respond to arguments } +func initializeService(port int) {} + func daemonize() { cntxt := &daemon.Context{ PidFileName: "pid", |