summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-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 f997242..2a73ad0 100755
--- a/etc/rc.initial.setlanip
+++ b/etc/rc.initial.setlanip
@@ -269,7 +269,7 @@
echo gettext('You can now access the webConfigurator by opening the following URL in your web browser:') . "\n";
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}:{$webuiport}/\n";
} else {
echo " {$config['system']['webgui']['protocol']}://{$intip}/\n";
}
OpenPOWER on IntegriCloud