diff options
author | jim-p <jimp@pfsense.org> | 2010-12-09 14:01:42 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2010-12-09 14:03:59 -0500 |
commit | ec3e48f1f024fa93816f31c96bba9ffa698301c7 (patch) | |
tree | ac5285db378aea75b61018f5c903ee0918218f0e /etc | |
parent | 76bbcff0bd9f15a99576a61269c3412b69a21b39 (diff) | |
download | pfsense-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')
-rwxr-xr-x | etc/rc.initial | 2 |
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 |