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 2592f27 + 076722f commit 126aa5eCopy full SHA for 126aa5e
install/lib/installer_base.lib.php
@@ -2778,7 +2778,7 @@ public function make_acme_vhost($server = 'apache') {
2778
if(@is_link($vhost_conf_enabled_dir.'/' . $use_symlink)) {
2779
unlink($vhost_conf_enabled_dir.'/' . $use_symlink);
2780
}
2781
- if(!@is_link($vhost_conf_enabled_dir.'' . $use_symlink)) {
+ if(!@is_link($vhost_conf_enabled_dir.'/' . $use_symlink)) {
2782
symlink($vhost_conf_dir.'/' . $use_name, $vhost_conf_enabled_dir.'/' . $use_symlink);
2783
2784
0 commit comments