mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 11:51:14 +02:00
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:
parent
9a0a96dbbd
commit
7c2cef2e70
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user