`op adb`: change directory to match ssh (#34770)

Update adb_shell.sh
pull/34797/head
Mauricio Alvarez Leon 2 months ago committed by GitHub
parent e9f7c01a3a
commit 88fa3cdd90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      tools/adb_shell.sh

@ -1,7 +1,7 @@
#!/usr/bin/env expect #!/usr/bin/env expect
spawn adb shell spawn adb shell
expect "#" expect "#"
send "cd usr/comma\r" send "cd data/openpilot\r"
send "export TERM=xterm-256color\r" send "export TERM=xterm-256color\r"
send "su comma\r" send "su comma\r"
send "clear\r" send "clear\r"

Loading…
Cancel
Save