summaryrefslogtreecommitdiffstats
path: root/core/modules/pvs2
diff options
context:
space:
mode:
authorSimon Rettberg2017-12-01 17:39:01 +0100
committerSimon Rettberg2017-12-01 17:39:01 +0100
commit6d589816775e1fa9d065761576afe06b329090cb (patch)
tree7502bb467cfa557b14d2c545170fbf42726ed74e /core/modules/pvs2
parent[run-virt] try to fix samba paths on windows (diff)
downloadmltk-6d589816775e1fa9d065761576afe06b329090cb.tar.gz
mltk-6d589816775e1fa9d065761576afe06b329090cb.tar.xz
mltk-6d589816775e1fa9d065761576afe06b329090cb.zip
[pvs2] Don't quote optional argument
Diffstat (limited to 'core/modules/pvs2')
-rwxr-xr-xcore/modules/pvs2/data/opt/openslx/vmchooser/sessionstart.d/50-PVSclient4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/modules/pvs2/data/opt/openslx/vmchooser/sessionstart.d/50-PVSclient b/core/modules/pvs2/data/opt/openslx/vmchooser/sessionstart.d/50-PVSclient
index e044f415..83ff2f7f 100755
--- a/core/modules/pvs2/data/opt/openslx/vmchooser/sessionstart.d/50-PVSclient
+++ b/core/modules/pvs2/data/opt/openslx/vmchooser/sessionstart.d/50-PVSclient
@@ -42,9 +42,9 @@ fi
# If the ENV var PVS has been set by vmchooser start pvsclient
if [ "$PVS_AUTO_CONNECT" == "TRUE" ]; then
- pvsstartup "$PVSCONFIG" --auto &
+ pvsstartup $PVSCONFIG --auto &
else
- pvsstartup "$PVSCONFIG" &
+ pvsstartup $PVSCONFIG &
fi
# Finally, handle hybrid mode where the pvsmgr is launched on the second desktop