Index: src/scripts/image_to_live.sh |
diff --git a/src/scripts/image_to_live.sh b/src/scripts/image_to_live.sh |
index 33574206634f229083ba52cdcaee8516d2673154..49974453dfa3ce388ac815dc53025beac1c42547 100755 |
--- a/src/scripts/image_to_live.sh |
+++ b/src/scripts/image_to_live.sh |
@@ -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 |