]> git.siccegge.de Git - dane-monitoring-plugins.git/commitdiff
actually set exit code
authorChristoph Egger <christoph@christoph-egger.org>
Mon, 29 Aug 2016 20:32:00 +0000 (22:32 +0200)
committerChristoph Egger <christoph@christoph-egger.org>
Mon, 29 Aug 2016 20:32:00 +0000 (22:32 +0200)
check_dane_smtp

index 57f352d825b34a0d08a3c1afc4e7c5718c1bed19..8a40445a1b098f5d7e14a208b1cc4214580f1b74 100755 (executable)
@@ -124,4 +124,4 @@ def main():
 
 
 if __name__ == '__main__':
-   main()
+    sys.exit(main())