mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-10 21:03:09 +02:00
show localip after install webui (#3496)
When turning the webUI off & on again
This commit is contained in:
@@ -79,8 +79,9 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
|||||||
chown www-data:www-data -R /var/www/public
|
chown www-data:www-data -R /var/www/public
|
||||||
|
|
||||||
# install info
|
# install info
|
||||||
|
localIP=$(hostname -I | awk '{print $1}')
|
||||||
echo "# The WebUI is now available under:"
|
echo "# The WebUI is now available under:"
|
||||||
echo "# http://[LOCALIP]"
|
echo "# http://${localIP}"
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user