summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--remote/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/get_xml_file_variables.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/remote/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/get_xml_file_variables.inc b/remote/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/get_xml_file_variables.inc
index cf0d545b..fdacc69c 100644
--- a/remote/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/get_xml_file_variables.inc
+++ b/remote/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/get_xml_file_variables.inc
@@ -6,7 +6,6 @@ writelog "Parsing XML..."
declare -rg VMSTORE_PATH=/mnt/vmstore
-# Need some lean and mean xml parser some day in the far future
get_xml () {
xmlextract "//settings/eintrag/${1}/@param" "${xmlfile}"
}