diff --git a/cmd/serve/restic/restic.go b/cmd/serve/restic/restic.go index 0d4db85bd..0752d1ca5 100644 --- a/cmd/serve/restic/restic.go +++ b/cmd/serve/restic/restic.go @@ -173,6 +173,7 @@ with a path of ` + "`//`" + `. httpSrv.ServeConn(conn, opts) return nil } + s.Wait() return nil }) },