fix: exit 0 when gracefully shutting down (#5555)

This commit is contained in:
Henrique Dias
2025-11-16 14:13:21 +01:00
committed by GitHub
parent d01493106d
commit 5de4099cba
4 changed files with 2 additions and 70 deletions

View File

@@ -66,7 +66,6 @@ type pythonConfig struct {
type pythonData struct {
hadDB bool
store *storage.Storage
err error
}
func dbExists(path string) (bool, error) {