mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
Merge branch 'dev' of https://github.com/rootzoll/raspiblitz into dev
This commit is contained in:
commit
e3cd075245
2 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@ if [ "$1" = "menu" ]; then
|
|||
fi
|
||||
fi
|
||||
|
||||
text="Local Webrowser: https://${localIP}:${httpsPort}"
|
||||
text="Local Web Browser: https://${localIP}:${httpsPort}"
|
||||
|
||||
if [ ${#publicDomain} -gt 0 ]; then
|
||||
text="${text}
|
||||
|
|
|
@ -33,7 +33,7 @@ if [ "$1" = "menu" ]; then
|
|||
fi
|
||||
fi
|
||||
|
||||
text="Local Webrowser: https://${localIP}:${httpsPort}"
|
||||
text="Local Web Browser: https://${localIP}:${httpsPort}"
|
||||
|
||||
if [ ${#publicDomain} -gt 0 ]; then
|
||||
text="${text}
|
||||
|
|
Loading…
Add table
Reference in a new issue