while we're going full evil, only cleanup if user requested

This commit is contained in:
Ted Unangst 2019-08-30 11:59:24 -04:00
parent 0b944a1a4d
commit 6218f0d72e
1 changed files with 0 additions and 1 deletions

View File

@ -187,6 +187,5 @@ func upgradedb() {
default:
log.Fatalf("can't upgrade unknown version %d", dbversion)
}
cleanupdb("30")
os.Exit(0)
}