Revision 13500a22
Added by Phil Davis over 9 years ago
src/etc/rc | ||
---|---|---|
185 | 185 |
cat /etc/ascii-art/pfsense-logo-small.txt |
186 | 186 |
echo |
187 | 187 |
echo |
188 |
echo "Welcome to ${product} ${version} ${platformbanner} ..."
|
|
188 |
echo "Welcome to ${product} ${version}${platformbanner}..."
|
|
189 | 189 |
echo |
190 | 190 |
|
191 | 191 |
/sbin/conscontrol mute off >/dev/null |
Also available in: Unified diff
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 :)