diff --git a/main.go b/main.go index f59a93c..d315ebc 100644 --- a/main.go +++ b/main.go @@ -253,11 +253,11 @@ func main() { if isNil(web) { Verbose("WEB IS NIL") } - - <-dj.keepAlive - + if test { Test(password, address, port) kill() } + + <-dj.keepAlive }