diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-10-08 21:53:36 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-10-08 21:53:36 +0000 |
commit | 087ce4113721744e53a144b9e74cc1b743775fe4 (patch) | |
tree | 9095b9612c975ff7ff0c78729de23dfa50e1b199 /etc/inc/config.inc | |
parent | 232374b71114cd044a39cd38180cf789253e9627 (diff) | |
download | pfsense-087ce4113721744e53a144b9e74cc1b743775fe4.zip pfsense-087ce4113721744e53a144b9e74cc1b743775fe4.tar.gz |
Add missing \n
Diffstat (limited to 'etc/inc/config.inc')
-rw-r--r-- | etc/inc/config.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc index 21b991e..6176235 100644 --- a/etc/inc/config.inc +++ b/etc/inc/config.inc @@ -1053,7 +1053,7 @@ function set_networking_interfaces_ports() { echo "\n\n\n"; echo "DANGER! WARNING!\n\n"; echo "pfSense requires *ATLEAST* 128 megs of ram to function correctly.\n"; - echo "Only ($avail) megs of ram has been detected."; + echo "Only ($avail) megs of ram has been detected.\n"; echo "\nPress ENTER to continue."; fgets($fp); echo "\n"; |