OpenSecurity/bin/launch.pyw
changeset 52 1238895dc6b6
parent 42 e10a08095ccc
child 58 1e1d8ca35988
child 60 eeb778585a4d
     1.1 --- a/OpenSecurity/bin/launch.pyw	Wed Dec 11 14:42:55 2013 +0100
     1.2 +++ b/OpenSecurity/bin/launch.pyw	Mon Jan 27 15:12:33 2014 +0000
     1.3 @@ -238,7 +238,10 @@
     1.4          
     1.5      # ensure we have our X11 running
     1.6      Cygwin.start_X11()
     1.7 -    
     1.8 +   
     1.9 +    sys.exit(0)
    1.10 +
    1.11 +
    1.12      # call the OpenSecurity Admin to launch our progie =)
    1.13      # TODO: hard coded PORT
    1.14      url = 'http://127.0.0.1:8080/sdvms/' + args.vm + '/application' + args.command