Actually start it?

This commit is contained in:
idk
2022-01-16 22:04:35 -05:00
parent 18448b37d1
commit ffe7c33ef0
3 changed files with 26 additions and 11 deletions

View File

@ -40,6 +40,7 @@ func main() {
} else {
log.Printf("Signature check passed")
}
log.Println("Running Tor Browser")
if err := tbsupervise.RunTBWithLang(*lang); err != nil {
log.Fatal(err)
}