mirror of
https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks.git
synced 2025-09-08 23:20:48 +02:00
Fix small typo in OSD save log (#1722)
This commit is contained in:
@@ -234,7 +234,7 @@ if [ -n "$F_cmd" ]; then
|
|||||||
if [ -n "${F_osdPixel+x}" ]; then
|
if [ -n "${F_osdPixel+x}" ]; then
|
||||||
echo "SPACE=${F_osdPixel}" >> /system/sdcard/config/osd.conf
|
echo "SPACE=${F_osdPixel}" >> /system/sdcard/config/osd.conf
|
||||||
/system/sdcard/bin/setconf -k p -v "${F_osdPixel}"
|
/system/sdcard/bin/setconf -k p -v "${F_osdPixel}"
|
||||||
echo "Set OSD pixel betwwen chars to ${F_osdPixel}<br />"
|
echo "Set OSD pixel between chars to ${F_osdPixel}<br />"
|
||||||
fi
|
fi
|
||||||
if [ -n "${F_osdY+x}" ]; then
|
if [ -n "${F_osdY+x}" ]; then
|
||||||
echo "POSY=${F_osdY}" >> /system/sdcard/config/osd.conf
|
echo "POSY=${F_osdY}" >> /system/sdcard/config/osd.conf
|
||||||
|
Reference in New Issue
Block a user