devel/upload: add a missing wait
[ext/instance-debootstrap.git] / devel / upload
index 5205840..55e906a 100755 (executable)
@@ -61,4 +61,5 @@ for host; do
   echo Uploading code to ${host}...
   rsync -v -rlDc ${TXD}/* root@${host}:/ &
 done
+wait