mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
Fixed typo in order to make "delete" work again
"getedid delete" did not work because of the use of the wrong $gpu variable output "intel" which should read "intel/amd"
This commit is contained in:
parent
868a61b7c7
commit
25732b0247
@ -42,7 +42,7 @@ check_gpu() {
|
||||
|
||||
# run this first if the user already has a custom EDID but want to create a new one (TV or AVR change)
|
||||
del_edid() {
|
||||
if [ "$gpu" = "intel" ]; then
|
||||
if [ "$gpu" = "intel/amd" ]; then
|
||||
check_file
|
||||
if [ -f "$file".old ]; then
|
||||
mount_rw
|
||||
|
Loading…
x
Reference in New Issue
Block a user