summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcore/modules/debug-report-bwlp/data/opt/openslx/bin/debug_report1
-rwxr-xr-xcore/modules/safe-mode/data/opt/openslx/scripts/systemd-safe_mode2
2 files changed, 2 insertions, 1 deletions
diff --git a/core/modules/debug-report-bwlp/data/opt/openslx/bin/debug_report b/core/modules/debug-report-bwlp/data/opt/openslx/bin/debug_report
index 27156f7e..4f676f5c 100755
--- a/core/modules/debug-report-bwlp/data/opt/openslx/bin/debug_report
+++ b/core/modules/debug-report-bwlp/data/opt/openslx/bin/debug_report
@@ -136,6 +136,7 @@ cp -r /var/log/Xorg.0.lo* \
cp /proc/{cpu,mem}info /proc/{mtrr,interrupts} /proc/driver/nvidia/{params,registry} static/proc/ 2> /dev/null
cp /run/openslx/*log* /run/openslx/dmsetup.state static/ 2> /dev/null
cp -r /opt/openslx/.mltk static/ 2> /dev/null
+cp -r /tmp/bwlp_debug_logs static/ 2> /dev/null
echo -n "."
for tool in "${TOOLS[@]}"; do
diff --git a/core/modules/safe-mode/data/opt/openslx/scripts/systemd-safe_mode b/core/modules/safe-mode/data/opt/openslx/scripts/systemd-safe_mode
index f131d257..d88d2a3a 100755
--- a/core/modules/safe-mode/data/opt/openslx/scripts/systemd-safe_mode
+++ b/core/modules/safe-mode/data/opt/openslx/scripts/systemd-safe_mode
@@ -55,7 +55,7 @@ EOF
ssh_banner() {
# Visual: ssh banner
- echo "+ - - - - PRÜFUNGSMODUS AKTIV - - - - +" >> "/etc/issue.net"
+ echo "+ - - - PRÜFUNGSMODUS AKTIV - - - +" >> "/etc/issue.net"
echo "++++++++++++++++++++++++++++++++++++++" >> "/etc/issue.net"
}