From 6faeb3a3ca5dae8796b73a10b3a448b5e86e42d2 Mon Sep 17 00:00:00 2001 From: Manuel Schneider Date: Tue, 22 Jul 2014 20:18:57 +0200 Subject: [pvs2] start pvsclient in any case --- .../data/opt/openslx/vmchooser/sessionstart.d/50-PVSclient | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'remote/modules') diff --git a/remote/modules/pvs2/data/opt/openslx/vmchooser/sessionstart.d/50-PVSclient b/remote/modules/pvs2/data/opt/openslx/vmchooser/sessionstart.d/50-PVSclient index 75ba0709..b33889df 100644 --- a/remote/modules/pvs2/data/opt/openslx/vmchooser/sessionstart.d/50-PVSclient +++ b/remote/modules/pvs2/data/opt/openslx/vmchooser/sessionstart.d/50-PVSclient @@ -1,11 +1,9 @@ #!/bin/ash # If the ENV var PVS has been set by vmchooser start pvsclient -if [ -n "$PVS" -a "$PVS" = "true" ]; then - if [ -n "$PVS_SESSIONID" ]; then - pvsclient --session-id "$PVS_SESSIONID" & - else - pvsclient & - fi +if [ -n "$PVS_SESSIONID" ]; then + pvsclient --session-id "$PVS_SESSIONID" & +else + pvsclient & fi -- cgit v1.2.3-55-g7522