Skip to content

Commit

Permalink
post-fs-data: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahkehra committed Dec 3, 2021
1 parent fdfabc3 commit 0e4032d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post-fs-data.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/system/bin/sh
module=/data/adb/modules/
conflict=$(find /data/adb -iname "*.prop")
conflict=$(find /data/adb -not -path -iname "*.prop")
for i in $conflict; do
search=$(echo "$i" | sed -e 's/\// /g' | awk '{print $4}')
if grep -q 'model' $i 2>/dev/null; then
Expand Down

0 comments on commit 0e4032d

Please sign in to comment.