# HG changeset patch # User Oliver Maurhart # Date 1391517366 -3600 # Node ID 1e1d8ca3598885fff1f6a157d1edee3e8d1c2242 # Parent 9180aaaf255143cdc4bbb82883eeb876e80d9662 removed superfluous sys.exit(0) in launch.pyw diff -r 9180aaaf2551 -r 1e1d8ca35988 OpenSecurity/bin/launch.pyw --- a/OpenSecurity/bin/launch.pyw Wed Jan 29 15:38:12 2014 +0100 +++ b/OpenSecurity/bin/launch.pyw Tue Feb 04 13:36:06 2014 +0100 @@ -239,9 +239,6 @@ # ensure we have our X11 running Cygwin.start_X11() - sys.exit(0) - - # call the OpenSecurity Admin to launch our progie =) # TODO: hard coded PORT url = 'http://127.0.0.1:8080/sdvms/' + args.vm + '/application' + args.command