mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-05-28 17:41:28 +03:00
pkd: omit -v
for dbclient
by default
The `-v` is only recognized by `dbclient` when dropbear is built in its DEBUG_TRACE mode. Omit that flag by default to avoid a warning log emitted to stderr. Signed-off-by: Jon Simons <jon@jonsimons.org> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
parent
7aa496d844
commit
a45a04ff4d
@ -82,7 +82,6 @@
|
||||
DROPBEAR_BINARY " " \
|
||||
"-y -y " \
|
||||
"-i " CLIENT_ID_FILE " " \
|
||||
"-v " \
|
||||
"1> %s.out " \
|
||||
"2> %s.err "
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user