summaryrefslogtreecommitdiffstats
path: root/core/modules/vmware/data/opt/openslx
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/vmware/data/opt/openslx')
-rw-r--r--core/modules/vmware/data/opt/openslx/vmchooser/plugins/vmware/includes/determine_hardware_limitations.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/vmware/data/opt/openslx/vmchooser/plugins/vmware/includes/determine_hardware_limitations.inc b/core/modules/vmware/data/opt/openslx/vmchooser/plugins/vmware/includes/determine_hardware_limitations.inc
index 63a20822..c288ed09 100644
--- a/core/modules/vmware/data/opt/openslx/vmchooser/plugins/vmware/includes/determine_hardware_limitations.inc
+++ b/core/modules/vmware/data/opt/openslx/vmchooser/plugins/vmware/includes/determine_hardware_limitations.inc
@@ -182,7 +182,7 @@ set_vm_hardware_limits() {
# to a different value than the virtual number of cores per virtual CPU.
declare -rg VM_CORES_PER_SOCKET="$CPU_CORES"
- if [ "x$SHARED_FOLDERS" != "xFALSE" ] && [ "$SHARE_REMAP_MODE" != 1 ]; then
+ if [ "x$SHARED_FOLDERS" != "xFALSE" ] && [ "$SHARE_REMAP_MODE" -gt 1 ]; then
declare -rg HGFS_DISABLED="FALSE"
else
declare -rg HGFS_DISABLED="TRUE"