From 80ebaeafde44664cea4e0369bc2f11ceba94f826 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Fri, 16 Jul 2021 15:56:28 +0200 Subject: [vmware-common] fix english --- .../opt/openslx/vmchooser/plugins/vmware/includes/init_core.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/modules/vmware-common/data') diff --git a/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/init_core.inc b/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/init_core.inc index b968c378..5fd24322 100644 --- a/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/init_core.inc +++ b/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/init_core.inc @@ -17,9 +17,9 @@ vmw_cap_hw_version() { [ "$1" -lt "$maxhardwareversion" ] && maxhardwareversion="$1" } -# The '@' included in bwIDM usernames leads to player crashes when -# local VM caching is active. It seems like the problems lies with the -# folder name where vmware puts its runtime files. +# The '@' included in bwIDM usernames causes the player to crash if VMs +# are cached locally on ID45. It seems that it is caused by the name of +# the folder where we configure the player to store its runtime/configuration files. # As a workaround we just replace '@' with '-' for now. declare -rg VM_WORK_DIR="/tmp/virt/vmware/${USER//@/-}.$$" -- cgit v1.2.3-55-g7522