Skip to main content
Sign in
Snippets Groups Projects
Commit ac3cd16c authored by Primož Verdnik's avatar Primož Verdnik
Browse files

chkcrontab script now correctly sets the exit status in bash

parent 0d9f6f4e
Branches
Tags
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 to comment