Skip to content

Commit 8f6d1f5

Browse files
committed
Fix syntax error
1 parent ffecd0e commit 8f6d1f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virtual_feature.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,7 @@ sub print_apply_nginx
11661166
&$virtual_server::first_print($text{'feat_apply'});
11671167
if (&is_nginx_running()) {
11681168
my $test;
1169-
if ($virtual_server::config{'check_apache'})) {
1169+
if ($virtual_server::config{'check_apache'}) {
11701170
$test = &test_config();
11711171
if ($test && $test =~ /Cannot\s+assign/i) {
11721172
# Maybe new address has just come up .. wait 5 seconds

0 commit comments

Comments
 (0)