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 ef49b7e commit 3707cf6Copy full SHA for 3707cf6
install/lib/installer_base.lib.php
@@ -837,8 +837,8 @@ public function install_ispconfig()
837
//copy('tpl/apache_ispconfig.vhost.master', "$vhost_conf_dir/ispconfig.vhost");
838
//* and create the symlink
839
if($this->install_ispconfig_interface == true) {
840
- if(!@is_link("$vhost_conf_enabled_dir/ispconfig.vhost")) {
841
- exec("ln -s $vhost_conf_dir/ispconfig.vhost $vhost_conf_enabled_dir/ispconfig.vhost");
+ if(!@is_link("$vhost_conf_enabled_dir/000-ispconfig.vhost")) {
+ exec("ln -s $vhost_conf_dir/ispconfig.vhost $vhost_conf_enabled_dir/000-ispconfig.vhost");
842
}
843
844
0 commit comments