Skip to content

Commit ea31fdb

Browse files
committed
Fixed update problem with fcgid starter file for ispconfig.
1 parent 063c991 commit ea31fdb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install/lib/installer_base.lib.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,8 @@ public function install_ispconfig()
991991
if(!@is_link("$vhost_conf_enabled_dir/000-ispconfig.vhost")) {
992992
exec("ln -s $vhost_conf_dir/ispconfig.vhost $vhost_conf_enabled_dir/000-ispconfig.vhost");
993993
}
994-
994+
}
995+
if(!is_file('/var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter')) {
995996
exec('mkdir -p /var/www/php-fcgi-scripts/ispconfig');
996997
exec('cp tpl/apache_ispconfig_fcgi_starter.master /var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter');
997998
exec('chmod +x /var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter');

0 commit comments

Comments
 (0)