summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-01-16 13:29:49 +0000
committerErmal <eri@pfsense.org>2013-01-16 13:29:49 +0000
commit76a7d8e4439e298bad0cafd2d4cf02173366423d (patch)
tree098a39bd73c17c9888adb52815642d86b71a2dce /etc/rc.bootup
parent5cd73772aac7b2f487db95668191f43771bcab67 (diff)
downloadpfsense-76a7d8e4439e298bad0cafd2d4cf02173366423d.zip
pfsense-76a7d8e4439e298bad0cafd2d4cf02173366423d.tar.gz
Merge git pull request 313 from bcyrill with some modifications
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index f77a6f6..4e2ea79 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -126,7 +126,7 @@ echo ".";
/* get system memory amount */
$memory = get_memory();
-$avail = $memory[0];
+$avail = $memory[1];
echo " done.\n";
conf_mount_rw();
OpenPOWER on IntegriCloud