mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
Merge pull request #3063 from pizzaboy75/patch-1
getedid: Fixed typo in order to make "getedid delete" work again
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user