feat: introduce database type (#982)

See https://github.com/ooni/probe/issues/2352

Co-authored-by: decfox <decfox@github.com>
This commit is contained in:
DecFox
2022-11-16 20:21:41 +05:30
committed by GitHub
parent 6b01264373
commit 28aabe0947
14 changed files with 144 additions and 94 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ func init() {
log.WithError(err).Error("failed to close the DB")
return err
}
if *force == true {
if *force {
os.RemoveAll(ctx.Home())
log.Infof("Deleted %s", ctx.Home())
} else {