Unverified Commit 87cb964a authored by godofredoc's avatar godofredoc Committed by GitHub

Use device-finder instead of dev_finder is flutter code. (#61646)

parent 55176c4d
...@@ -40,7 +40,7 @@ fi ...@@ -40,7 +40,7 @@ fi
reboot() { reboot() {
# note: this will set an exit code of 255, which we can ignore. # note: this will set an exit code of 255, which we can ignore.
echo "$(date) START:REBOOT ------------------------------------------" echo "$(date) START:REBOOT ------------------------------------------"
$script_dir/fuchsia_ctl -d $device_name --dev-finder-path $script_dir/dev_finder ssh --identity-file $pkey -c "dm reboot-recovery" || true $script_dir/fuchsia_ctl -d $device_name --device-finder-path $script_dir/device-finder ssh --identity-file $pkey -c "dm reboot-recovery" || true
echo "$(date) END:REBOOT --------------------------------------------" echo "$(date) END:REBOOT --------------------------------------------"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment