mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-26 02:09:47 +08:00
Little cleanup
This commit is contained in:
parent
bb6613d0ae
commit
c487b702a2
|
@ -149,9 +149,9 @@ func Start(cdyfile Input) error {
|
|||
|
||||
// Tell parent process that we got this
|
||||
if isRestart() {
|
||||
file := os.NewFile(3, "")
|
||||
file.Write([]byte("success"))
|
||||
file.Close()
|
||||
ppipe := os.NewFile(3, "") // parent is listening on pipe at index 3
|
||||
ppipe.Write([]byte("success"))
|
||||
ppipe.Close()
|
||||
}
|
||||
|
||||
return nil
|
||||
|
|
Loading…
Reference in New Issue
Block a user