summaryrefslogtreecommitdiffstats
path: root/remote/modules/pvs2/data/opt/openslx/bin/pvsstartup
diff options
context:
space:
mode:
Diffstat (limited to 'remote/modules/pvs2/data/opt/openslx/bin/pvsstartup')
-rwxr-xr-xremote/modules/pvs2/data/opt/openslx/bin/pvsstartup9
1 files changed, 4 insertions, 5 deletions
diff --git a/remote/modules/pvs2/data/opt/openslx/bin/pvsstartup b/remote/modules/pvs2/data/opt/openslx/bin/pvsstartup
index dc7bd48a..16a01708 100755
--- a/remote/modules/pvs2/data/opt/openslx/bin/pvsstartup
+++ b/remote/modules/pvs2/data/opt/openslx/bin/pvsstartup
@@ -4,15 +4,14 @@ timediff=5
counter=0
. /opt/openslx/config
-if [ -n "$SLX_PVS_CONFIG_URL" ]; then
- [ -z "$UID" ] && UID="$(id -u)"
- [ -z "$HOME" ] && HOME="$(getent passwd "$UID" | head -n 1 | awk -F ':' '{print $6}')"
- wget -O "$HOME/.config/openslx/pvs2/pvs2.ini" "$SLX_PVS_CONFIG_URL"
+EXAM=
+if [ -n "$SLX_EXAM" ]; then
+ EXAM="--exam-mode"
fi
while [ $timediff -gt 3 ]; do
start="$(date +%s)"
- pvsclient "$@"
+ pvsclient $EXAM "$@"
ret=$?
end="$(date +%s)"
/opt/openslx/pvs2/kb-unlock.sh