diff options
| -rwxr-xr-x | vmbuild | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,8 +26,8 @@ sleep 10 ssh -p $port carl@localhost "rm -rf fedora-*" echo "run cdist..." ssh -p $port carl@localhost cdist -p dcpomatic -c $checkout -t host package -echo "copy from vm to $output..." if [ "$output" != "" ]; then + echo "copy from vm to $output..." tmp=/var/tmp/copy.$$ mkdir -p $tmp scp -P $port carl@localhost:fedora-22-$bits/* $tmp/ |
