fix: exit 0 when gracefully shutting down (#5555)
This commit is contained in:
@@ -66,7 +66,6 @@ type pythonConfig struct {
|
||||
type pythonData struct {
|
||||
hadDB bool
|
||||
store *storage.Storage
|
||||
err error
|
||||
}
|
||||
|
||||
func dbExists(path string) (bool, error) {
|
||||
|
||||
Reference in New Issue
Block a user