mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-17 14:46:13 +03:00
Bugfix: add -P option in test script
Otherwise nginx's installation directory could not be specified. Signed-off-by: paulyang <paulyang.inf@gmail.com>
This commit is contained in:
parent
9de3bb6be7
commit
f7f3b32a27
@ -52,7 +52,7 @@ $SIG{TERM} = $SIG{INT} = \&handle_interrupt;
|
|||||||
my $platform = "nginx";
|
my $platform = "nginx";
|
||||||
|
|
||||||
my %opt;
|
my %opt;
|
||||||
getopts('A:E:D:C:T:H:a:p:dvh', \%opt);
|
getopts('A:E:D:C:T:H:P:a:p:dvh', \%opt);
|
||||||
|
|
||||||
if ($opt{d}) {
|
if ($opt{d}) {
|
||||||
$Data::Dumper::Indent = 1;
|
$Data::Dumper::Indent = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user