Commit 97e2a53a authored by Francois Tur's avatar Francois Tur Committed by Miek Gieben

- remove caddy event, It is now triggered directly by Caddy in the Start...

- remove caddy event, It is now triggered directly by Caddy in the Start function of the Instance (#2656)
parent 9dd28894
......@@ -95,9 +95,6 @@ func Run() {
showVersion()
}
// Execute instantiation events
caddy.EmitEvent(caddy.InstanceStartupEvent, instance)
// Twiddle your thumbs
instance.Wait()
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment