Skip to content

Commit

Permalink
boot-completed.sh support (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
1q23lyc45 authored Dec 24, 2024
1 parent f3844e5 commit 63ddd07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions native/src/core/bootstages.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ void MagiskD::boot_complete() const {
as_rust().setup_logfile();

LOGI("** boot-complete triggered\n");
exec_module_scripts("boot-completed");
enable_mount_su();

// At this point it's safe to create the folder
Expand Down

0 comments on commit 63ddd07

Please sign in to comment.