diff options
-rwxr-xr-x | core/modules/pvs2/data/opt/openslx/bin/pvsstartup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/pvs2/data/opt/openslx/bin/pvsstartup b/core/modules/pvs2/data/opt/openslx/bin/pvsstartup index 0207c268..9b500d9b 100755 --- a/core/modules/pvs2/data/opt/openslx/bin/pvsstartup +++ b/core/modules/pvs2/data/opt/openslx/bin/pvsstartup @@ -10,7 +10,7 @@ if [ -n "$SLX_EXAM" ]; then fi # Report core dumps -URL="http://132.230.8.113/error_report.php" +URL="https://bwlp-masterserver.ruf.uni-freiburg.de/error_report.php" DIR=$(mktemp -d) [ -n "$DIR" ] && cd "$DIR" |