Fixed minor typo

s/to to/to/
This commit is contained in:
Sam Mussmann 2011-05-19 09:37:28 -07:00
parent 557efaf856
commit 19ed81fdff
1 changed files with 1 additions and 1 deletions

2
utils/launch.sh Executable file → Normal file
View File

@ -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"