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