aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/prepare.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/prepare.sh')
-rwxr-xr-xdeploy/prepare.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/deploy/prepare.sh b/deploy/prepare.sh
index 8a9ecef0..ce8b7aca 100755
--- a/deploy/prepare.sh
+++ b/deploy/prepare.sh
@@ -52,4 +52,6 @@ function prepare_env() {
chmod 755 $WORK_DIR -R
virtualenv $WORK_DIR/venv
+
+ sudo cp ${COMPASS_DIR}/deploy/qemu_hook.sh /etc/libvirt/hooks/qemu
}