Fix typo, see MR 137

This commit is contained in:
Pierre-Hugues Husson 2020-01-07 19:26:09 +01:00
parent bf3df8faaa
commit 54e5742154
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ if getprop ro.vendor.build.fingerprint | grep -q -i \
-e xiaomi/clover -e xiaomi/wayne -e xiaomi/sakura \
-e xiaomi/nitrogen -e xiaomi/whyred -e xiaomi/platina \
-e xiaomi/ysl -e nubia/nx60 -e nubia/nx61 -e xiaomi/tulip \
-e xiaomi/lavender - e xiaomi/olive -e xiaomi/olivelite -e xiaomi/pine; then
-e xiaomi/lavender -e xiaomi/olive -e xiaomi/olivelite -e xiaomi/pine; then
setprop persist.sys.qcom-brightness "$(cat /sys/class/leds/lcd-backlight/max_brightness)"
fi