mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:13:39 +03:00
parent
31add10322
commit
51f813308e
10 changed files with 22 additions and 22 deletions
|
|
@ -811,7 +811,7 @@ if($error) {
|
|||
#***************************************************************************
|
||||
# Verify that sshd actually supports our generated configuration file
|
||||
#
|
||||
if(system "\"$sshd\" -t -f $sshdconfig_abs > $sshdlog 2>&1") {
|
||||
if(system("\"$sshd\" -t -f $sshdconfig_abs > $sshdlog 2>&1")) {
|
||||
logmsg "sshd configuration file $sshdconfig failed verification\n";
|
||||
display_sshdlog();
|
||||
display_sshdconfig();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue