summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-01-21 20:35:34 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-01-21 20:35:34 -0500
commit161d899548fc1f8fd373e73b0a864071687b6289 (patch)
tree245c5a9258f3bddd30657e3a8059edd5ca0c506b
parent155657f95092b039cfc6ec3eb29064ceedd6947f (diff)
downloadpfsense-161d899548fc1f8fd373e73b0a864071687b6289.zip
pfsense-161d899548fc1f8fd373e73b0a864071687b6289.tar.gz
Add missing '
-rwxr-xr-xetc/rc.banner2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.banner b/etc/rc.banner
index 86f34b7..f2c3b48 100755
--- a/etc/rc.banner
+++ b/etc/rc.banner
@@ -39,7 +39,7 @@
$hostname = $config['system']['hostname'];
$product = $g['product_name'];
- print "\n*** Welcome to {$g['product_name]} {$version}-{$platform} on {$hostname} ***\n";
+ print "\n*** Welcome to {$g['product_name']} {$version}-{$platform} on {$hostname} ***\n";
/* get our initial interface list */
$vfaces = array(
OpenPOWER on IntegriCloud