summaryrefslogtreecommitdiffstats
path: root/usr/local/www/installer/installer.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-12-21 18:53:54 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-12-21 18:53:54 -0500
commit09348d5f6a39272b41b0013e0231406af5112a78 (patch)
tree3c3d9633ecd5e5f5106451b7430b1c0eb843c4fd /usr/local/www/installer/installer.php
parentec981fc568ab2ccaf5bd657c28c1949d83868387 (diff)
downloadpfsense-09348d5f6a39272b41b0013e0231406af5112a78.zip
pfsense-09348d5f6a39272b41b0013e0231406af5112a78.tar.gz
Oops, check against disksseen variable
Diffstat (limited to 'usr/local/www/installer/installer.php')
-rw-r--r--usr/local/www/installer/installer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/installer/installer.php b/usr/local/www/installer/installer.php
index 90d4eea..faa52f9 100644
--- a/usr/local/www/installer/installer.php
+++ b/usr/local/www/installer/installer.php
@@ -771,7 +771,7 @@ function installer_custom() {
\$('disktotals').disabled = 1;
\$('disktotals').setStyle({color:'#000000'});
var remaining = parseInt(\$('disktotals').value) - parseInt(\$('totalsize').value);
- if(remaining == 1) {
+ if(remaining == disksseen) {
if(\$('totalsize'))
\$('totalsize').setStyle({
background:'#00FF00',
OpenPOWER on IntegriCloud