X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=scripts%2Foo-uno-test-conn.py;h=5b7203ae90332efbb8a7836483072e598ea9bf70;hb=19c22ca6c21e330f3a2c83427684cdab20faa81d;hp=183a290e299d474518da000dedd51f3f06b44a38;hpb=ee736cda7e6e5ff820febb3ce4b66ad5fb71e32a;p=kivitendo-erp.git diff --git a/scripts/oo-uno-test-conn.py b/scripts/oo-uno-test-conn.py index 183a290e2..5b7203ae9 100755 --- a/scripts/oo-uno-test-conn.py +++ b/scripts/oo-uno-test-conn.py @@ -26,7 +26,10 @@ def main(): try: desktop = establish_connection(sys.argv[1]) except: + print "0" sys.exit(2) + + print "1" sys.exit(0) main()