Skip to content

Commit

Permalink
Update service.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored Jan 17, 2024
1 parent dc92eb6 commit 8d82c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/common/service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ while true; do
[ "$(getprop sys.boot_completed)" == 1 ] && break || sleep 1
done

for TV in $(getprop 'partition=' $MODP/module.prop | cut -d= -f2); do
for TV in $(grep 'partition=' $MODP/module.prop | cut -d= -f2); do
magisk || overlayrw $TV
done

0 comments on commit 8d82c9c

Please sign in to comment.