mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-25 06:27:39 +00:00
Add core props support
This commit is contained in:
parent
67f347f880
commit
2e185f4ec9
@ -367,6 +367,14 @@ case $1 in
|
|||||||
log_print "* Running post-fs-data.d"
|
log_print "* Running post-fs-data.d"
|
||||||
general_scripts post-fs-data
|
general_scripts post-fs-data
|
||||||
|
|
||||||
|
log_print "* Loading core props"
|
||||||
|
for PROP in $COREDIR/props/* ; do
|
||||||
|
if [ -f $PROP ]; then
|
||||||
|
log_print "Load prop: $PROP"
|
||||||
|
$MAGISKBIN/resetprop --file $PROP
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
# Exit if disabled
|
# Exit if disabled
|
||||||
[ -f $DISABLEFILE ] && unblock
|
[ -f $DISABLEFILE ] && unblock
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user