aboutsummaryrefslogtreecommitdiff
path: root/kvmxfile
diff options
context:
space:
mode:
Diffstat (limited to 'kvmxfile')
-rw-r--r--kvmxfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/kvmxfile b/kvmxfile
index f0231a5..ed7dbb7 100644
--- a/kvmxfile
+++ b/kvmxfile
@@ -15,7 +15,9 @@ shared_folder_mountpoint="/srv/shared"
# Absolute path for a provision script located inside the guest.
# Needs ssh_support set to "y" and a workable SSH connection to the guest.
-provision_command="/usr/local/share/kvmx/provision/debian/development && /srv/shared/scripts/provision"
+provision_command="/usr/local/share/kvmx/provision/debian/development"
+provision_command="$provision_command && /srv/shared/scripts/provision"
+provision_command="$provision_command && /srv/shared/scripts/provision-host"
# Startup command
#startup_command="/path/to/custom/command"