diff options
author | Simon Rettberg | 2024-07-09 11:51:45 +0200 |
---|---|---|
committer | Simon Rettberg | 2024-07-09 11:51:45 +0200 |
commit | 180e5b8fe2af38e54a04b7399344cab802fa0590 (patch) | |
tree | edf1e812598ef1a5c602fe26c1600721e950c743 /core | |
parent | [dnbd3-proxy-mode] Write all interface addresses to config (diff) | |
download | mltk-180e5b8fe2af38e54a04b7399344cab802fa0590.tar.gz mltk-180e5b8fe2af38e54a04b7399344cab802fa0590.tar.xz mltk-180e5b8fe2af38e54a04b7399344cab802fa0590.zip |
[pvs2] Update debug report URL
Diffstat (limited to 'core')
-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" |