summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2016-09-08 11:15:56 +0200
committerSimon Rettberg2016-09-08 11:15:56 +0200
commita3870d7f226126e5b85d5149069d5a846c5ce17f (patch)
treee0adb8526ae1adac9fa376a4ff5fb20fa8aa0a29
parent[rfs-stage31] Auto login has changed: Set SLX_AUTOLOGIN to enable (diff)
downloadtm-scripts-a3870d7f226126e5b85d5149069d5a846c5ce17f.tar.gz
tm-scripts-a3870d7f226126e5b85d5149069d5a846c5ce17f.tar.xz
tm-scripts-a3870d7f226126e5b85d5149069d5a846c5ce17f.zip
Formatting
-rwxr-xr-xremote/modules/pvs2/data/opt/openslx/vmchooser/sessionstart.d/50-PVSclient4
1 files changed, 2 insertions, 2 deletions
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 86f26a17..0b13b39b 100755
--- a/remote/modules/pvs2/data/opt/openslx/vmchooser/sessionstart.d/50-PVSclient
+++ b/remote/modules/pvs2/data/opt/openslx/vmchooser/sessionstart.d/50-PVSclient
@@ -19,8 +19,8 @@ if [ -n "${PVSMGR_SESSION_CMD}" ]; then
fi
# If the ENV var PVS has been set by vmchooser start pvsclient
if [ -n "$PVS_AUTO_CONNECT" -a "$PVS_AUTO_CONNECT" == "TRUE" ]; then
- pvsstartup --auto &
+ pvsstartup --auto &
else
- pvsstartup &
+ pvsstartup &
fi
exit 0