mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-12 21:27:41 +02:00
Run copy_preinit_files in run_migrations
This commit is contained in:
@ -556,6 +556,8 @@ run_migrations() {
|
||||
rm -f $BACKUP
|
||||
gzip -9f $TARGET
|
||||
done
|
||||
|
||||
copy_preinit_files
|
||||
}
|
||||
|
||||
copy_preinit_files() {
|
||||
|
Reference in New Issue
Block a user