Skip to content
Snippets Groups Projects
Commit 488bb0d0 authored by Todd Eisenberger's avatar Todd Eisenberger Committed by CQ bot account: commit-bot@chromium.org
Browse files

[devshell] Make fx reboot work without netruncmd

This attempts both netruncmd and ssh.

Change-Id: I7fb6d2a16c1ae436f4a113207de1c536d789cfbc
parent c8ba10e0
No related branches found
No related tags found
No related merge requests found
......@@ -54,4 +54,7 @@ if [[ -z ${device} ]] &&
else
echo "Rebooting ${device}..."
fi
"${ZIRCON_TOOLS_DIR}/netruncmd" "${timeout_flag}" "${device}" "dm ${reboot_type}"
fx-command-exec shell dm "${reboot_type}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment