mirror of
https://github.com/buildplan/du_setup.git
synced 2025-12-29 16:14:59 +00:00
Fix variable name for log file in SSH test
This commit is contained in:
@@ -853,7 +853,7 @@ EOF
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
EOF
|
EOF
|
||||||
print_info "Testing SSH configuration syntax..."
|
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_warning "SSH configuration test detected potential issues (see above)."
|
||||||
print_info "This may be due to existing configuration files on the system."
|
print_info "This may be due to existing configuration files on the system."
|
||||||
if ! confirm "Continue despite configuration warnings?"; then
|
if ! confirm "Continue despite configuration warnings?"; then
|
||||||
|
|||||||
Reference in New Issue
Block a user