Forgot to actually add the path onto the sysvms for generating the
[invirt/packages/invirt-xen-config.git] / debian / invirt-xen-config.init
index 9375e96..02dedc1 100755 (executable)
@@ -17,7 +17,7 @@ GEN_FILES=(/etc/xen/xend-config.sxp.invirt)
 SYSVMS=(s_master s_remote s_console)
 i=1
 for vm in "${SYSVMS[@]}"; do
-    GEN_FILES[$i] = "$vm"
+    GEN_FILES[$i]="/etc/xen/sysvms/$vm"
     i=$((i + 1))
 done