summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial.setlanip
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2008-06-23 22:02:01 +0000
committerChris Buechler <cmb@pfsense.org>2008-06-23 22:02:01 +0000
commitc71276f79f65830999806978831c56f54d1987c7 (patch)
tree379c85367c831e741bc9b22e4488debb7a38e6ce /etc/rc.initial.setlanip
parent9c0209ef532c47ec57321b0b5880c074eaaae8b0 (diff)
downloadpfsense-c71276f79f65830999806978831c56f54d1987c7.zip
pfsense-c71276f79f65830999806978831c56f54d1987c7.tar.gz
fix typo
Ticket #1761
Diffstat (limited to 'etc/rc.initial.setlanip')
-rwxr-xr-xetc/rc.initial.setlanip2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.initial.setlanip b/etc/rc.initial.setlanip
index 59c1033..720aab2 100755
--- a/etc/rc.initial.setlanip
+++ b/etc/rc.initial.setlanip
@@ -218,7 +218,7 @@
if(!empty($config['system']['webgui']['port'])) {
$webuiport = $config['system']['webgui']['port'];
}
- echo " {$config['system']['webgui']['protocol']}://{$intip}:{$port/\n";
+ echo " {$config['system']['webgui']['protocol']}://{$intip}:{$port}/\n";
}
echo "\n" . gettext('Press <ENTER> to continue.');
OpenPOWER on IntegriCloud