Update pkg/initiate/initiate.go
Co-authored-by: Jan-Otto Kröpke <github@jkroepke.de> Signed-off-by: DiniFarb <andreas.vogt89@bluewin.ch>
This commit is contained in:
parent
44f4918219
commit
3868c97686
|
@ -64,9 +64,7 @@ func init() {
|
|||
if err != nil {
|
||||
_ = logger.Error(102, fmt.Sprintf("Failed to start service: %v", err))
|
||||
}
|
||||
defer func() {
|
||||
StopCh <- true
|
||||
}()
|
||||
StopCh <- true
|
||||
}()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue