diff options
author | Simon Rettberg | 2016-10-31 16:06:08 +0100 |
---|---|---|
committer | Simon Rettberg | 2016-10-31 16:06:08 +0100 |
commit | 43f7a7de8c3c240c4b9755da170389c4a52e40cb (patch) | |
tree | 25d96a465672bca9c2be3d7a7be65e31b0711c59 | |
parent | [run-virt] Use xmlstarlet for xml operations (diff) | |
download | tm-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.inc | 1 |
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}" } |