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 063c991 commit ea31fdbCopy full SHA for ea31fdb
install/lib/installer_base.lib.php
@@ -991,7 +991,8 @@ public function install_ispconfig()
991
if(!@is_link("$vhost_conf_enabled_dir/000-ispconfig.vhost")) {
992
exec("ln -s $vhost_conf_dir/ispconfig.vhost $vhost_conf_enabled_dir/000-ispconfig.vhost");
993
}
994
-
+ }
995
+ if(!is_file('/var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter')) {
996
exec('mkdir -p /var/www/php-fcgi-scripts/ispconfig');
997
exec('cp tpl/apache_ispconfig_fcgi_starter.master /var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter');
998
exec('chmod +x /var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter');
0 commit comments