diff --git a/post-fs-data.sh b/post-fs-data.sh index 1ae2aec..836120c 100755 --- a/post-fs-data.sh +++ b/post-fs-data.sh @@ -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