summaryrefslogtreecommitdiffstats
path: root/remote/modules/pvs2/data
diff options
context:
space:
mode:
Diffstat (limited to 'remote/modules/pvs2/data')
-rwxr-xr-xremote/modules/pvs2/data/opt/openslx/bin/pvsstartup4
1 files changed, 2 insertions, 2 deletions
diff --git a/remote/modules/pvs2/data/opt/openslx/bin/pvsstartup b/remote/modules/pvs2/data/opt/openslx/bin/pvsstartup
index def24a81..b77dcd51 100755
--- a/remote/modules/pvs2/data/opt/openslx/bin/pvsstartup
+++ b/remote/modules/pvs2/data/opt/openslx/bin/pvsstartup
@@ -4,10 +4,10 @@
timediff=5
while [ $timediff -gt 3 ]; do
start="$(date +%s)"
- pvsclient $@
+ pvsclient "$@"
ret=$?
end="$(date +%s)"
- /opt/openslx/pvs2/unlock.sh
+ /opt/openslx/pvs2/kb-unlock.sh
[ "$ret" == "0" ] && break
timediff=$(( end - start ))
done