Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored Jan 17, 2024
1 parent 37143a5 commit 2977089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on_install() {
ui_print
ui_print " Create overlayrw"
ui_print
for TV in $(getprop 'partition=' $MODP/module.prop | cut -d= -f2); do
for TV in $(grep 'partition=' $TMPDIR/module.prop | cut -d= -f2); do
ui_print $TV
done
ui_print
Expand Down

0 comments on commit 2977089

Please sign in to comment.