sqlcipher compatibilty

This commit is contained in:
Yuxin Wu
2020-06-26 19:01:18 -07:00
parent 6bea581fa0
commit ce84066d85
13 changed files with 11 additions and 181 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ elif [[ $1 == "db" || $1 == "res" ]]; then
echo "Pulling resources... "
for d in avatar image2 voice2 emoji video sfs; do
adb shell "cd $RES_DIR/$chooseUser &&
busybox tar czf - $d 2>/dev/null | busybox base64" |
tar czf - $d 2>/dev/null | base64" |
base64 -di | tar xzf -
# Old Slow Way: