Skip to content

Commit

Permalink
Fix sqlite perms during module install
Browse files Browse the repository at this point in the history
  • Loading branch information
xerta555 authored Oct 29, 2018
1 parent 215fd4a commit b1784d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion META-INF/com/google/android/update-binary
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ $LATESTARTSERVICE && cp -af $INSTALLER/common/service.sh $MODPATH/service.sh
cp -af $INSTALLER/sqlite $MODPATH/sqlite

cp -af $INSTALLER/common/sqlite.txt $MODPATH/sqlite.txt
chgrp 2000 $MODPATH/sqlite
chmod 0755 $MODPATH/sqlite

# module scripts base
ui_print " "
Expand All @@ -165,4 +167,4 @@ $BOOTMODE || recovery_cleanup
rm -rf $TMPDIR

ui_print "- Done"
exit 0
exit 0

0 comments on commit b1784d0

Please sign in to comment.