From 5ee769b06c9e80863b34168ec96adfdacbde6f94 Mon Sep 17 00:00:00 2001 From: Steffen Ritter Date: Mon, 22 Jan 2024 14:52:53 +0100 Subject: [debug-report-bwlp] Include special bwlp log directory Sometimes we need more debug output, so we extend our scripts with additional logging information. But where to store such logs without always overwriting 'debug_report' binary or hacking log file names to somethin we already include? So we include a special '/tmp/bwlp_debug_logs' directory where we could store and report e.g. 'set -x' output from our scripts. --- core/modules/safe-mode/data/opt/openslx/scripts/systemd-safe_mode | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/modules/safe-mode') 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" } -- cgit v1.2.3-55-g7522