From 086dc95f432afa247e2e169ea9652ca0bbb8a3a6 Mon Sep 17 00:00:00 2001 From: rhamilton Date: Fri, 15 Aug 2025 19:18:19 +0000 Subject: [PATCH] Update webserver-ip.sh --- webserver-ip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webserver-ip.sh b/webserver-ip.sh index 29cca43..bfb73b1 100644 --- a/webserver-ip.sh +++ b/webserver-ip.sh @@ -20,7 +20,7 @@ cat > index.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