Skip to content

Commit

Permalink
Update post-fs-data.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored Jan 17, 2024
1 parent 14760c1 commit 37143a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions module/common/post-fs-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@
MODP="${0%/*}"

for TV in $(getprop 'partition=' $MODP/module.prop | cut -d= -f2); do
if [ ! -L $TV ] && [ -d $TV ];then
magisk && $MODP/product/bin/overlayrw $TV
fi
done

0 comments on commit 37143a5

Please sign in to comment.