From 0e1cf0877a578b605615fc290ed8768a27bb9c18 Mon Sep 17 00:00:00 2001 From: jumper047 Date: Thu, 20 Feb 2020 21:03:26 +0300 Subject: [PATCH] * rw-system.sh: simplify begonia regexp --- rw-system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rw-system.sh b/rw-system.sh index c344ed7..5591209 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -190,7 +190,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/olivelite -e xiaomi/pine -e Redmi/*/begonia; then + -e xiaomi/lavender -e xiaomi/olivelite -e xiaomi/pine -e Redmi/begonia; then setprop persist.sys.qcom-brightness "$(cat /sys/class/leds/lcd-backlight/max_brightness)" fi