haproxytech / haproxy-consul-connect

HaProxy Connector for Consul Connect. Enables Service Mesh with Consul and HaProxy using TLS and Consul Discovery
Apache License 2.0
95 stars 20 forks source link

BUG fix double execution of processes #37

Closed pierresouchay closed 4 years ago

pierresouchay commented 4 years ago

cmd.CombinedOutput() already start the process, there is not need for Run()