From b21d2bb616a2b0ecd641707a783b84903d97ce36 Mon Sep 17 00:00:00 2001 From: Christian Rößler Date: Wed, 25 Jul 2018 16:08:45 +0200 Subject: [run-virt] linux scripts extended (minimised, user etc). TO BE TESTED! --- .../data/opt/openslx/vmchooser/data/linux/includes/00_vars.inc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'core/modules/run-virt/data/opt/openslx/vmchooser/data/linux/includes/00_vars.inc') diff --git a/core/modules/run-virt/data/opt/openslx/vmchooser/data/linux/includes/00_vars.inc b/core/modules/run-virt/data/opt/openslx/vmchooser/data/linux/includes/00_vars.inc index e8e0ae91..939becf6 100644 --- a/core/modules/run-virt/data/opt/openslx/vmchooser/data/linux/includes/00_vars.inc +++ b/core/modules/run-virt/data/opt/openslx/vmchooser/data/linux/includes/00_vars.inc @@ -24,6 +24,11 @@ GLOBALUSER=$(echo "$GLOBALDOMAINUSER" | cut -d '\' -f 2) REMAPMODE=$(grep '^remapMode=' "$SLXCONFIGFILE" | cut -d '=' -f 2) CREATEMISSING=$(grep '^createMissingRemap=' "$SLXCONFIGFILE" | cut -d '=' -f 2) +SCRIPTUSER=$(grep '^scriptUser=' "$SLXCONFIGFILE" | cut -d '=' -f 2) +SCRIPTVISIBILITY=$(grep '^scriptVisibility=' "$SLXCONFIGFILE" | cut -d '=' -f 2) +SCRIPTEXT=$(grep scriptExt "$DISKMOUNTDIR/openslx.ini" | cut -f 2 -d "=") + + # CIFSVERSIONS="3.11 3.0 2.1 2.0 1.0" CIFSVERSIONS="3.0 2.1 1.0 3.11 2.0" -- cgit v1.2.3-55-g7522