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