Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
DNS testing tools
Remoh
Commits
bfff16ae
Commit
bfff16ae
authored
Jun 04, 2020
by
Alexandre
Browse files
Print OK only with --check
parent
fb7fd1ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
homer.py
View file @
bfff16ae
...
...
@@ -1189,7 +1189,8 @@ for connectTo in ip_set:
input
.
close
()
conn
.
end
()
if
ok
:
print
(
'OK'
)
if
check
:
print
(
'OK'
)
sys
.
exit
(
0
)
else
:
print
(
'KO'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment