summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr/local/www/installer/installer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/installer/installer.php b/usr/local/www/installer/installer.php
index 151095e..b1f991e 100644
--- a/usr/local/www/installer/installer.php
+++ b/usr/local/www/installer/installer.php
@@ -448,8 +448,8 @@ function verify_before_install() {
if($_REQUEST['fstype'] <> "SWAP") {
$tmparray['mountpoint'] = $_REQUEST['mountpoint' . $x];
if($tmparray['mountpoint'] == "/conf") {
- $tmparray['mountpoint'] = "/confa";
- $error_txt = "<center><font color='red'>/conf is not an allowed mount point and has been renamed.</font></center><br/>";
+ $tmparray['mountpoint'] = "/conf{$x}";
+ $error_txt .= "<center><font color='red'>/conf is not an allowed mount point and has been renamed to /conf{$x}.</font></center><br/>";
}
} else {
$tmparray['mountpoint'] = "none";
OpenPOWER on IntegriCloud