Compare commits
2 commits
b28cac5192
...
76acf2f22d
| Author | SHA1 | Date | |
|---|---|---|---|
| 76acf2f22d | |||
| 13a0a4c843 |
2 changed files with 2 additions and 0 deletions
|
|
@ -7,3 +7,4 @@ services:
|
|||
dockerfile: Dockerfile
|
||||
env_file:
|
||||
- .env
|
||||
platform: "linux/amd64"
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@ func RunCheck(config *Config) {
|
|||
}()
|
||||
|
||||
if !config.CheckIp {
|
||||
wg.Done()
|
||||
continue
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue