mirror of
https://github.com/yrutschle/sslh.git
synced 2025-05-31 15:49:17 +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);
|
my ($sslh_pid, $valgrind);
|
||||||
if (!($sslh_pid = fork)) {
|
if (!($sslh_pid = fork)) {
|
||||||
my $user = (getpwuid $<)[0]; # Run under current username
|
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;
|
#$valgrind = 1;
|
||||||
#$cmd = "valgrind --leak-check=full $cmd";
|
#$cmd = "valgrind --leak-check=full $cmd";
|
||||||
verbose_exec $cmd;
|
verbose_exec $cmd;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user