summaryrefslogtreecommitdiffstats
path: root/core/modules/vmware-common
diff options
context:
space:
mode:
authorSimon Rettberg2020-10-16 14:37:52 +0200
committerSimon Rettberg2020-10-16 14:37:52 +0200
commite2482efa618726b6e2afe0e206c20afac17e7af8 (patch)
tree5e5c6db34e2af6b0c683466e8f5d0dc584eeb69a /core/modules/vmware-common
parent[safe-mode] Timeouts for our systemd reload/restart shenanigans (diff)
downloadmltk-e2482efa618726b6e2afe0e206c20afac17e7af8.tar.gz
mltk-e2482efa618726b6e2afe0e206c20afac17e7af8.tar.xz
mltk-e2482efa618726b6e2afe0e206c20afac17e7af8.zip
[vmware-common] Fix indentation
Diffstat (limited to 'core/modules/vmware-common')
-rw-r--r--core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/parse_vmx.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/parse_vmx.inc b/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/parse_vmx.inc
index 47330bb0..f8eb7d5d 100644
--- a/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/parse_vmx.inc
+++ b/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/parse_vmx.inc
@@ -17,7 +17,7 @@ parse_vmx() {
writelog "Parsing virtual machine description file..."
local -i HW_VERSION=$(grep -i -m1 '^virtualHW.version *= *' "${TMPCONFIG}" | awk -F '=' '{print $2}' | sed -r 's/[^0-9]//g')
if notempty HW_VERSION; then
- declare -g VM_HW_VERSION="${HW_VERSION}"
+ declare -g VM_HW_VERSION="${HW_VERSION}"
return 0
fi
return 1