From: Christoph Egger Date: Mon, 29 Aug 2016 20:32:00 +0000 (+0200) Subject: actually set exit code X-Git-Url: https://git.siccegge.de//index.cgi?p=dane-monitoring-plugins.git;a=commitdiff_plain;h=c7b2c9dfdb27024ac028723834741d8d78d5225f actually set exit code --- diff --git a/check_dane_smtp b/check_dane_smtp index 57f352d..8a40445 100755 --- a/check_dane_smtp +++ b/check_dane_smtp @@ -124,4 +124,4 @@ def main(): if __name__ == '__main__': - main() + sys.exit(main())