Skip to content

Commit

Permalink
Testing commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mcianfrocco committed Dec 5, 2017
1 parent 1131bb9 commit 13ab721
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cistem/cistem_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,6 @@ def checkConflicts(params,outdir):
cmd='ssh -o LogLevel=quiet -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -n -f -i %s ubuntu@%s "/usr/bin/vncserver &"' %(keypair,instanceIPlist[0])
subprocess.Popen(cmd,shell=True).wait()

print 'testing'

print 'ready for connection!'

0 comments on commit 13ab721

Please sign in to comment.