Ver código fonte

Updated logcheck script, it returns 1 if their are logs missing

master
Wouter Horlings 6 anos atrás
pai
commit
d2f15a461a
1 arquivos alterados com 3 adições e 1 exclusões
  1. +3
    -1
      logcheck.py

+ 3
- 1
logcheck.py Ver arquivo

@@ -32,4 +32,6 @@ def logcheck():


if __name__ == '__main__':
logcheck()
error = logcheck()
if error != None:
sys.exit(1)

Carregando…
Cancelar
Salvar