summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <carl@cs2-23.cs>2015-10-16 22:31:31 +0100
committerCarl Hetherington <carl@cs2-23.cs>2015-10-16 22:31:31 +0100
commitf8b2d1acf362ec0b83ff1a8bbd952011794601fb (patch)
tree816c1fd65eb0a7fe0549416e3df331aa2ff40210
parent180d0ae0e481533c22aadda3b5359df09092c66e (diff)
Tweak output of vmbuild.
-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/