diff options
| author | Simon Rettberg | 2016-09-08 11:15:56 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2016-09-08 11:15:56 +0200 |
| commit | a3870d7f226126e5b85d5149069d5a846c5ce17f (patch) | |
| tree | e0adb8526ae1adac9fa376a4ff5fb20fa8aa0a29 /remote/modules/pvs2/data/opt | |
| parent | [rfs-stage31] Auto login has changed: Set SLX_AUTOLOGIN to enable (diff) | |
| download | tm-scripts-a3870d7f226126e5b85d5149069d5a846c5ce17f.tar.gz tm-scripts-a3870d7f226126e5b85d5149069d5a846c5ce17f.tar.xz tm-scripts-a3870d7f226126e5b85d5149069d5a846c5ce17f.zip | |
Formatting
Diffstat (limited to 'remote/modules/pvs2/data/opt')
| -rwxr-xr-x | remote/modules/pvs2/data/opt/openslx/vmchooser/sessionstart.d/50-PVSclient | 4 |
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 |
