Remove release command

This commit is contained in:
lordwelch 2020-12-06 11:12:56 -08:00
parent cfb25ee268
commit 82c601df7d

View File

@ -222,9 +222,7 @@ func (p ProviderConfig) Authenticate(t *OAuth2Token) error {
}
//TODO Drop privileges
cmd := exec.Command(c[0], c[1:]...)
cmd.Start()
cmd.Process.Release()
exec.Command(c[0], c[1:]...).Start()
go func() {
server.Serve(listener)