summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-12-09 14:01:42 -0500
committerjim-p <jimp@pfsense.org>2010-12-09 14:03:59 -0500
commitec3e48f1f024fa93816f31c96bba9ffa698301c7 (patch)
treeac5285db378aea75b61018f5c903ee0918218f0e /etc/rc.initial
parent76bbcff0bd9f15a99576a61269c3412b69a21b39 (diff)
downloadpfsense-ec3e48f1f024fa93816f31c96bba9ffa698301c7.zip
pfsense-ec3e48f1f024fa93816f31c96bba9ffa698301c7.tar.gz
Remove \n here, it was being printed on the console. Echo should do the right thing and print a newline at the end on its own.
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-xetc/rc.initial2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index d758baa..4d88bda 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -59,7 +59,7 @@ for i in /var/db/pfi/capable_*; do
done
if [ "$PLATFORM" = "cdrom" ]; then
- option99="99) Install ${product} to a hard drive, etc.\n"
+ option99="99) Install ${product} to a hard drive, etc."
fi
# display a cheap menu
OpenPOWER on IntegriCloud