Skip to content

Commit

Permalink
userd: Fix /dev/user_init_log moving (#147)
Browse files Browse the repository at this point in the history
Signed-off-by: GarfieldHan <[email protected]>
Co-authored-by: NepXIN <[email protected]>
  • Loading branch information
pomelohan and NepXIN authored Nov 27, 2024
1 parent d2e86e3 commit fa35fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/patch/android/userd.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ static const char user_rc_data[] = { //
" exec -- " SUPERCMD " su exec " USER_INIT_SH_PATH " %s boot-completed\n"
" rm " REPLACE_RC_FILE "\n"
" rm " USER_INIT_SH_PATH "\n"
" mv -f " DEV_LOG_DIR AP_LOG_DIR "\n"
" exec -- " SUPERCMD " su -c \"mv -f " DEV_LOG_DIR " " AP_LOG_DIR "\"\n"
""
};

Expand Down

0 comments on commit fa35fde

Please sign in to comment.