fixed UI_SHOWS variable

This commit is contained in:
2026-04-01 21:55:32 +01:00
parent 4a0e976a88
commit ab0b1cd7cc

View File

@@ -76,10 +76,10 @@ function dashboard_fast() {
if [ -z "$LOCAL_IPS" ]; then
echo "🏠 Local IP: NOT AVAILABLE (no network?)"
echo "🌐 Web UI: NOT AVAILABLE"
if [ $UI_SHOWS -eq 1 ]; then echo "🌐 Web UI: NOT AVAILABLE"; fi
else
echo "🏠 Local IP: $LOCAL_IPS"
echo "🌐 Web UI: http://$PRIMARY_IP:9090"
if [ $UI_SHOWS -eq 1 ]; then echo "🌐 Web UI: http://$PRIMARY_IP:9090"; fi
fi