Skip to content

Commit

Permalink
Merge branch 'master' of github.com:virtualmin/virtualmin-nginx-ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Dec 16, 2022
2 parents ec5e75d + 4d4468f commit 3aa3205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtual_feature.pl
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ sub feature_modify
if ($d->{'home'} ne $oldd->{'home'}) {
foreach my $k ('ssl_cert', 'ssl_key', 'ssl_chain') {
$d->{$k} =~ s/\Q$oldd->{'home'}\E\//$d->{'home'}\//
if ($d->{$k});
if ($d->{$k});
}
}

Expand Down

0 comments on commit 3aa3205

Please sign in to comment.