Update webserver-ip.sh

This commit is contained in:
2025-08-15 19:18:19 +00:00
parent 6d13545a85
commit 086dc95f43

View File

@@ -20,7 +20,7 @@ cat > index.html <<EOF
</html>
EOF
echo "[INFO] Serving on http://$IP (Ctrl+C to stop)"
echo "[INFO] Serving on http://$IP:8080 (Ctrl+C to stop)"
# Serve forever using netcat
while true; do