Remove deprecated host and port from example

We shouldn't be advertising these if we'd like people to stop using
them.
This commit is contained in:
Pierre Ossman
2026-02-11 16:08:45 +01:00
parent 6d0a974665
commit 1640a5e21f

View File

@@ -222,9 +222,9 @@ fi
echo -e "\n\nNavigate to this URL:\n"
if [ "x$SSLONLY" == "x" ]; then
echo -e " http://${HOST}:${PORT}/vnc.html?host=${HOST}&port=${PORT}\n"
echo -e " http://${HOST}:${PORT}/vnc.html\n"
else
echo -e " https://${HOST}:${PORT}/vnc.html?host=${HOST}&port=${PORT}\n"
echo -e " https://${HOST}:${PORT}/vnc.html\n"
fi
echo -e "Press Ctrl-C to exit\n\n"