Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Hiro
GetTor
Commits
34a26941
Commit
34a26941
authored
Sep 27, 2019
by
Hiro
🏄
Browse files
Fix typo in script
parent
5989fc55
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/check_service
View file @
34a26941
...
...
@@ -110,6 +110,7 @@ if __name__ == "__main__":
except
Exception
as
e
:
status
=
CRITICAL
message
=
repr
(
e
)
status_file
.
write
(
"CRITICAL: %s"
%
message
)
sys
.
exit
(
status
)
time
.
sleep
(
180
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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