diff options
author | Phil Davis <phil.davis@inf.org> | 2016-01-01 15:42:33 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@inf.org> | 2016-01-01 15:42:33 +0545 |
commit | 13500a2291a3670afa4a856d71c24b1ee2673d88 (patch) | |
tree | febfdff1b3244ba812b2d95e24a76170d82343ff /src/etc | |
parent | 3a07e333e5b57d2c915483fb80060a9b542c3755 (diff) | |
download | pfsense-13500a2291a3670afa4a856d71c24b1ee2673d88.zip pfsense-13500a2291a3670afa4a856d71c24b1ee2673d88.tar.gz |
Remove extra spaces on welcome text
Must be feeling OCD today. The console output had 2 spaces between "2.3-ALPHA" and "on the". I also removed the space before "..." because all the subsequent lines of console output have no space before the "...'.
Actually this is a title line, so maybe the "..." could be deleted here also :)
Diffstat (limited to 'src/etc')
-rwxr-xr-x | src/etc/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -185,7 +185,7 @@ echo cat /etc/ascii-art/pfsense-logo-small.txt echo echo -echo "Welcome to ${product} ${version} ${platformbanner} ..." +echo "Welcome to ${product} ${version}${platformbanner}..." echo /sbin/conscontrol mute off >/dev/null |