fix: typo in linux adb dump command

This commit is contained in:
鲁树人 2023-09-16 16:12:30 +01:00
parent 96f6b09a9e
commit 31a7223434

View File

@ -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 }}'