mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 12:10:33 +02:00
Merge branch 'dev' of https://github.com/rootzoll/raspiblitz into dev
This commit is contained in:
@@ -110,7 +110,7 @@ if [ "$1" = "menu" ]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
text="Local Webrowser: https://${localIP}:${httpsPort}"
|
text="Local Web Browser: https://${localIP}:${httpsPort}"
|
||||||
|
|
||||||
if [ ${#publicDomain} -gt 0 ]; then
|
if [ ${#publicDomain} -gt 0 ]; then
|
||||||
text="${text}
|
text="${text}
|
||||||
|
@@ -33,7 +33,7 @@ if [ "$1" = "menu" ]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
text="Local Webrowser: https://${localIP}:${httpsPort}"
|
text="Local Web Browser: https://${localIP}:${httpsPort}"
|
||||||
|
|
||||||
if [ ${#publicDomain} -gt 0 ]; then
|
if [ ${#publicDomain} -gt 0 ]; then
|
||||||
text="${text}
|
text="${text}
|
||||||
|
Reference in New Issue
Block a user