mirror of
https://github.com/curl/curl.git
synced 2026-07-23 16:17:21 +03:00
Only show exit status in verbose mode.
This commit is contained in:
parent
25c064c888
commit
31b1e988f4
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ if (system "$sshd -t -q -f $conffile") {
|
|||
# Start the server
|
||||
my $rc = system "$sshd -e -D -f $conffile > log/ssh.log 2>&1";
|
||||
$rc >>= 8;
|
||||
if($rc) {
|
||||
if($rc && $verbose) {
|
||||
print STDERR "$sshd exited with $rc!\n";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue