From 55cdc0bb978ee977fa4beaa077f541e43bda1fcf Mon Sep 17 00:00:00 2001 From: Dom Date: Fri, 8 Aug 2025 09:21:09 +0200 Subject: [PATCH] Update x11vnc-setup.sh redundant option --- x11vnc-setup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/x11vnc-setup.sh b/x11vnc-setup.sh index 07575c2..648bb1f 100644 --- a/x11vnc-setup.sh +++ b/x11vnc-setup.sh @@ -362,7 +362,6 @@ show_connection_info() { echo "" echo "Connect using a VNC client:" echo " Address: $ip_address:$VNC_PORT" - echo " Or: $ip_address::$VNC_PORT" echo "" echo "Service Management:" echo " Status: systemctl status x11vnc.service"