Rename image_to_live and fix it so that it works with the new start_devserver.

Review URL: http://codereview.chromium.org/1083007
This commit is contained in:
Darin Petkov 2010-03-19 16:45:00 -07:00
parent 9a0a96dbbd
commit 7c2cef2e70

View File

@ -38,7 +38,7 @@ function remote_reboot_sh {
function start_dev_server {
kill_all_devservers
./enter_chroot.sh "cd ../platform/dev; ./start-devserver.sh>/dev/null 2>&1" &
./enter_chroot.sh "./start_devserver > /dev/null 2>&1" &
echo -n "Waiting on devserver to start"
until netstat -anp 2>&1 | grep 8080 > /dev/null; do
sleep .5