summaryrefslogtreecommitdiffstats
path: root/core/modules/vmchooser2
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/vmchooser2')
-rwxr-xr-xcore/modules/vmchooser2/data/opt/openslx/bin/vmchooser2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/vmchooser2/data/opt/openslx/bin/vmchooser b/core/modules/vmchooser2/data/opt/openslx/bin/vmchooser
index 39563322..b06443ae 100755
--- a/core/modules/vmchooser2/data/opt/openslx/bin/vmchooser
+++ b/core/modules/vmchooser2/data/opt/openslx/bin/vmchooser
@@ -45,7 +45,7 @@ elif [ -n "$SLX_AUTOSTART_UUID" ]; then
fi
if [ -z "$SLX_NO_PVS" ]; then
EXTRA="$EXTRA --pvs"
- if [ "x$SLX_PVS_DEFAULT" = "xON" ]; then
+ if [ "x$SLX_PVS_DEFAULT" = "xON" ] || [ "x$SLX_PVS_HYBRID" = "xyes" ]; then
EXTRA="$EXTRA --pvs-checked"
fi
fi