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 1c0b121 commit 5e43b35Copy full SHA for 5e43b35
install/install.php
@@ -97,6 +97,8 @@
97
die('We will stop here. There is already a ISPConfig installation, use the update script to update this installation.');
98
}*/
99
100
+if(!is_installed('patch')) die('The patch command is missing. Install patch command and start installation again.');
101
+
102
//** Get distribution identifier
103
$dist = get_distname();
104
install/update.php
@@ -98,6 +98,8 @@
die('This software cannot be installed on a server wich runs ISPConfig 2.x.');
}
105
0 commit comments