fix: typo in linux adb dump command
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
鲁树人 2023-09-16 16:12:30 +01:00
parent af6bd35755
commit 5d731d066f

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