Fix prop issues
This commit is contained in:
parent
b6578b52e3
commit
541ba357bb
@ -529,6 +529,9 @@ void post_fs_data(int client) {
|
||||
new_img = 1;
|
||||
}
|
||||
|
||||
// Initialize resetprop for the daemon
|
||||
init_resetprop();
|
||||
|
||||
LOGI("* Mounting " MAINIMG "\n");
|
||||
// Mounting magisk image
|
||||
char *magiskloop = mount_image(MAINIMG, MOUNTPOINT);
|
||||
@ -685,9 +688,6 @@ void post_fs_data(int client) {
|
||||
bind_mount(HOSTSFILE, "/system/etc/hosts");
|
||||
}
|
||||
|
||||
// Initialize resetprop for the daemon
|
||||
init_resetprop();
|
||||
|
||||
// Start magiskhide if enabled
|
||||
char *hide_prop = getprop(MAGISKHIDE_PROP);
|
||||
if (hide_prop) {
|
||||
|
Loading…
Reference in New Issue
Block a user