Files
nixpkgs/pkgs/by-name/fi/fider/0001-disable-etc-copy.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
248 B
Diff
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
diff --git a/app/cmd/server.go b/app/cmd/server.go
index fcfbeec2..71f01c9d 100644
--- a/app/cmd/server.go
+++ b/app/cmd/server.go
@@ -46,7 +46,6 @@ func RunServer() int {
})
}
- copyEtcFiles(ctx)
startJobs(ctx)
e := routes(web.New())