diff --git a/bin/cros_image_to_target.py b/bin/cros_image_to_target.py index fc1351ccf7..dcbe97520a 100755 --- a/bin/cros_image_to_target.py +++ b/bin/cros_image_to_target.py @@ -686,6 +686,7 @@ def main(argv): else: try: time.sleep(SERVER_STARTUP_WAIT) + cros_env.ssh_cmd.Run('start', 'update-engine', hide_stderr=True) if cros_env.StartClient(port): exit_status = 0 except KeyboardInterrupt: