Fix openvpn pwd
This commit is contained in:
parent
31e2382933
commit
787ebc9165
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ func (it *OpenVPN) Start() {
|
|||
|
||||
log.Printf("Starting OpenVPN")
|
||||
it.cmd = exec.Command("openvpn", "--config", it.GetConfigLocation())
|
||||
it.cmd.Dir = it.Config.Location
|
||||
it.cmd.Start()
|
||||
|
||||
go func() {
|
||||
|
|
Loading…
Reference in a new issue