File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9797 die('We will stop here. There is already a ISPConfig installation, use the update script to update this installation.');
9898}*/
9999
100- if (!is_installed ('patch ' )) die ('The patch command is missing. Install patch command and start installation again. ' );
100+ // Patch is required to reapir latest amavis versions
101+ if (is_installed ('amavisd-new ' ) && !is_installed ('patch ' )) die ('The patch command is missing. Install patch command and start installation again. ' );
101102
102103//** Get distribution identifier
103104$ dist = get_distname ();
Original file line number Diff line number Diff line change 9898 die ('This software cannot be installed on a server wich runs ISPConfig 2.x. ' );
9999}
100100
101- if (!is_installed ('patch ' )) die ('The patch command is missing. Install patch command and start installation again. ' );
101+ // Patch is required to reapir latest amavis versions
102+ if (is_installed ('amavisd-new ' ) && !is_installed ('patch ' )) die ('The patch command is missing. Install patch command and start update again. ' );
102103
103104//** Get distribution identifier
104105$ dist = get_distname ();
You can’t perform that action at this time.
0 commit comments