From 1f3932d1e284d8be827253d53b27580ec874d675 Mon Sep 17 00:00:00 2001 From: buildplan <170122315+buildplan@users.noreply.github.com> Date: Mon, 13 Oct 2025 14:31:47 +0100 Subject: [PATCH] Fix variable name for log file in SSH test --- du_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du_setup.sh b/du_setup.sh index 43e7fe5..c760628 100644 --- a/du_setup.sh +++ b/du_setup.sh @@ -853,7 +853,7 @@ EOF ****************************************************************************** EOF print_info "Testing SSH configuration syntax..." - if ! sshd -t 2>&1 | tee -a "$LOGFILE"; then + if ! sshd -t 2>&1 | tee -a "$LOG_FILE"; then print_warning "SSH configuration test detected potential issues (see above)." print_info "This may be due to existing configuration files on the system." if ! confirm "Continue despite configuration warnings?"; then