Skip to content

Commit

Permalink
Update post-fs-data.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGLES3 authored Sep 4, 2024
1 parent dac9f72 commit dff7a82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions module/src/post-fs-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ create_sys_perm() {
export TMP_PATH=/sbin
[ -d /sbin ] || export TMP_PATH=/data/adb/zygisksu

if [ -d $TMP_PATH ]; then
rm -rf $TMP_PATH
fi

create_sys_perm $TMP_PATH

if [ -f $MODDIR/lib64/libzygisk.so ];then
Expand Down

0 comments on commit dff7a82

Please sign in to comment.