diff --git a/module/src/post-fs-data.sh b/module/src/post-fs-data.sh index 640efb77..6b08e49c 100644 --- a/module/src/post-fs-data.sh +++ b/module/src/post-fs-data.sh @@ -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