Skip to content

Commit 785fb16

Browse files
committed
Merge branch 'master' of github.com:virtualmin/virtualmin-nginx
2 parents e6a66e0 + b330163 commit 785fb16

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/virtualmin.dev+virtualmin-nginx.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
release:
88
types:
99
- published
10-
- edited
1110

1211
jobs:
1312
build:

virtual_feature.pl

Lines changed: 1 addition & 1 deletion
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)