Commit 3859e1d3 authored by Joel Martin's avatar Joel Martin

Merge pull request #59 from smussmann/patch-1

Fixed minor typo in util/launch.sh informational output (s/to to/to/)
parents 557efaf8 19ed81fd
......@@ -101,7 +101,7 @@ if ! ps -p ${proxy_pid} >/dev/null; then
exit 1
fi
echo -e "\n\nNavigate to to this URL:\n"
echo -e "\n\nNavigate to this URL:\n"
echo -e " http://$(hostname):${PORT}/vnc.html?host=$(hostname)&port=${PORT}\n"
echo -e "Press Ctrl-C to exit\n\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment