remote-create: keep output in order
authorGreg Price <price@mit.edu>
Sun, 29 Jun 2008 04:48:08 +0000 (00:48 -0400)
committerGreg Price <price@mit.edu>
Sun, 29 Jun 2008 04:48:08 +0000 (00:48 -0400)
svn path=/trunk/packages/sipb-xen-remote-server/; revision=664

files/usr/sbin/sipb-xen-remote-create

index c4a62cc..4483ce1 100755 (executable)
@@ -59,6 +59,7 @@ def main(argv):
 
     host = choose_host()
     print 'Creating on host %s...' % host
+    sys.stdout.flush()
     return call(['remctl', host, 'remote', 'control',
                  machine_name, 'create'] + args)