summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xvmbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmbuild b/vmbuild
index c83cc74..1906c42 100755
--- a/vmbuild
+++ b/vmbuild
@@ -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/