Skip to content

Commit

Permalink
Update configureOsd
Browse files Browse the repository at this point in the history
Fix OSD not going away
  • Loading branch information
jmtatsch authored Apr 26, 2018
1 parent af76281 commit 7f11058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware_mod/controlscripts/configureOsd
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ if [ -f /system/sdcard/config/osd ]; then
[ ! -z "${FIXEDW}" ] && /system/sdcard/bin/setconf -k w -v ${FIXEDW} 2>/dev/null
[ ! -z "${SPACE}" ] && /system/sdcard/bin/setconf -k p -v ${SPACE} 2>/dev/null
else
/system/sdcard/bin/setconf -k p -v ""
/system/sdcard/bin/setconf -k o -v ""
fi

0 comments on commit 7f11058

Please sign in to comment.