mirror of
https://github.com/yrutschle/sslh.git
synced 2025-05-29 14:49:36 +03:00
typo
This commit is contained in:
parent
465ecdda5b
commit
b2ee07655a
2
t
2
t
@ -218,7 +218,7 @@ for my $binary (@binaries) {
|
||||
my ($sslh_pid, $valgrind);
|
||||
if (!($sslh_pid = fork)) {
|
||||
my $user = (getpwuid $<)[0]; # Run under current username
|
||||
my $cmd = "./$binary -v 4 -f -u $user -Ftest.cfg";
|
||||
my $cmd = "./$binary -v 4 -f -u $user -F test.cfg";
|
||||
#$valgrind = 1;
|
||||
#$cmd = "valgrind --leak-check=full $cmd";
|
||||
verbose_exec $cmd;
|
||||
|
Loading…
x
Reference in New Issue
Block a user