fix: typo in linux adb dump command
This commit is contained in:
parent
96f6b09a9e
commit
31a7223434
@ -1,2 +1,2 @@
|
||||
sh adb shell su -c "cat '{{ dir }}/{{ file }}' | gzip | base64" \
|
||||
| base64 -d | gzip -d '{{ file }}'
|
||||
adb shell su -c "cat '{{ dir }}/{{ file }}' | gzip | base64" \
|
||||
| base64 -d | gzip -d >'{{ file }}'
|
||||
|
Loading…
Reference in New Issue
Block a user