summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial.setlanip
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.initial.setlanip')
-rwxr-xr-xetc/rc.initial.setlanip4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.initial.setlanip b/etc/rc.initial.setlanip
index e2f7aad..cf8ecc9 100755
--- a/etc/rc.initial.setlanip
+++ b/etc/rc.initial.setlanip
@@ -92,7 +92,7 @@
if ($config['system']['webgui']['protocol'] == "https") {
- echo "\nDo you want to revert to HTTP as the webGUI protocol? (y/n) ";
+ echo "\nDo you want to revert to HTTP as the webConfigurator protocol? (y/n) ";
if (strcasecmp(chop(fgets($fp)), "y") == 0)
$config['system']['webgui']['protocol'] = "http";
@@ -109,7 +109,7 @@
echo <<<EOD
The LAN IP address has been set to $lanip/$lanbits.
-You can now access the webGUI by opening the following URL
+You can now access the webConfigurator by opening the following URL
in your web browser:
http://$lanip/
OpenPOWER on IntegriCloud