mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
Fix the issue of clicking boot to return to the main menu
This commit is contained in:
parent
4288849a40
commit
b847fc48d2
@ -29,7 +29,7 @@ printf "\033[1;33m%*s\033[0m\n" $(((${#TITLE} + ${COLUMNS}) / 2)) "${TITLE}"
|
||||
|
||||
DSMLOGO="$(readConfigKey "dsmlogo" "${USER_CONFIG_FILE}")"
|
||||
if [ "${DSMLOGO}" = "true" -a -c "/dev/fb0" -a -f "${CACHE_PATH}/logo.png" ]; then
|
||||
echo | fbv -acuf "${CACHE_PATH}/logo.png" >/dev/null 2>/dev/null
|
||||
echo | fbv -acuf "${CACHE_PATH}/logo.png" >/dev/null 2>/dev/null || true
|
||||
fi
|
||||
|
||||
# Check if DSM zImage changed, patch it if necessary
|
||||
|
Loading…
x
Reference in New Issue
Block a user