From: Greg Price Date: Sun, 29 Jun 2008 04:48:08 +0000 (-0400) Subject: remote-create: keep output in order X-Git-Tag: sipb-xen-remote-server/0.2~1 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-remote.git/commitdiff_plain/d2a643d6a51efb55e24eb569328aac0f61eeb615 remote-create: keep output in order svn path=/trunk/packages/sipb-xen-remote-server/; revision=664 --- diff --git a/files/usr/sbin/sipb-xen-remote-create b/files/usr/sbin/sipb-xen-remote-create index c4a62cc..4483ce1 100755 --- a/files/usr/sbin/sipb-xen-remote-create +++ b/files/usr/sbin/sipb-xen-remote-create @@ -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)