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 c40198b commit 076722fCopy full SHA for 076722f
install/lib/installer_base.lib.php
@@ -2772,7 +2772,7 @@ public function make_acme_vhost($server = 'apache') {
2772
if(@is_link($vhost_conf_enabled_dir.'/' . $use_symlink)) {
2773
unlink($vhost_conf_enabled_dir.'/' . $use_symlink);
2774
}
2775
- if(!@is_link($vhost_conf_enabled_dir.'' . $use_symlink)) {
+ if(!@is_link($vhost_conf_enabled_dir.'/' . $use_symlink)) {
2776
symlink($vhost_conf_dir.'/' . $use_name, $vhost_conf_enabled_dir.'/' . $use_symlink);
2777
2778
0 commit comments