Skip to content
Snippets Groups Projects
Commit 67b78a71 authored by Kevin Lyda's avatar Kevin Lyda :speech_balloon:
Browse files

Merge pull request #2 from drye/master

The chkcrontab script doesn't exit with the proper error code
parents 0d9f6f4e ac3cd16c
No related branches found
No related tags found
No related merge requests found
...@@ -40,4 +40,4 @@ def main(argv): ...@@ -40,4 +40,4 @@ def main(argv):
return check.check_crontab(argv[1], log) return check.check_crontab(argv[1], log)
if __name__ == '__main__': if __name__ == '__main__':
main(sys.argv) sys.exit(main(sys.argv))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment