summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2016-10-31 16:06:08 +0100
committerSimon Rettberg2016-10-31 16:06:08 +0100
commit43f7a7de8c3c240c4b9755da170389c4a52e40cb (patch)
tree25d96a465672bca9c2be3d7a7be65e31b0711c59
parent[run-virt] Use xmlstarlet for xml operations (diff)
downloadtm-scripts-43f7a7de8c3c240c4b9755da170389c4a52e40cb.tar.gz
tm-scripts-43f7a7de8c3c240c4b9755da170389c4a52e40cb.tar.xz
tm-scripts-43f7a7de8c3c240c4b9755da170389c4a52e40cb.zip
....aaaand it's done!
-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}"
}