We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f6949c + e240dde commit 48d4a49Copy full SHA for 48d4a49
install/lib/installer_base.lib.php
@@ -2876,7 +2876,7 @@ public function make_acme_vhost($server = 'apache') {
2876
if(@is_link($vhost_conf_enabled_dir.'/' . $use_symlink)) {
2877
unlink($vhost_conf_enabled_dir.'/' . $use_symlink);
2878
}
2879
- if(!@is_link($vhost_conf_enabled_dir.'/' . $use_symlink)) {
+ if(!@is_file($vhost_conf_enabled_dir.'/' . $use_symlink)) {
2880
symlink($vhost_conf_dir.'/' . $use_name, $vhost_conf_enabled_dir.'/' . $use_symlink);
2881
2882
0 commit comments