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.
1 parent 62204fa commit e240ddeCopy full SHA for e240dde
install/lib/installer_base.lib.php
@@ -2875,7 +2875,7 @@ public function make_acme_vhost($server = 'apache') {
2875
if(@is_link($vhost_conf_enabled_dir.'/' . $use_symlink)) {
2876
unlink($vhost_conf_enabled_dir.'/' . $use_symlink);
2877
}
2878
- if(!@is_link($vhost_conf_enabled_dir.'/' . $use_symlink)) {
+ if(!@is_file($vhost_conf_enabled_dir.'/' . $use_symlink)) {
2879
symlink($vhost_conf_dir.'/' . $use_name, $vhost_conf_enabled_dir.'/' . $use_symlink);
2880
2881
0 commit comments