This website works better with JavaScript.
Home
Explore
Help
Sign In
master-thesis
/
mam
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Updated logcheck script, it returns 1 if their are logs missing
master
Wouter Horlings
6 years ago
parent
b40f30fd5b
commit
d2f15a461a
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
logcheck.py
+ 3
- 1
logcheck.py
View File
@@ -32,4 +32,6 @@ def logcheck():
if __name__ == '__main__':
logcheck()
error = logcheck()
if error != None:
sys.exit(1)
Write
Preview
Loading…
Cancel
Save