diff --git a/share/tools/web_config/webconfig.py b/share/tools/web_config/webconfig.py index 18e9038e5..b9f95c3df 100755 --- a/share/tools/web_config/webconfig.py +++ b/share/tools/web_config/webconfig.py @@ -1689,6 +1689,10 @@ print( "Web config started at %s%s%s" % (esc["underline"], fileurl, esc["exit_attribute_mode"]) ) +print( + "If that doesn't work, try opening %s%s%s" + % (esc["underline"], url, esc["exit_attribute_mode"]) +) print("%sHit ENTER to stop.%s" % (esc["bold"], esc["exit_attribute_mode"]))