diff options
Diffstat (limited to 'abs/mv-core')
-rwxr-xr-x | abs/mv-core/MythVantage-config/xconfig.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/mv-core/MythVantage-config/xconfig.sh b/abs/mv-core/MythVantage-config/xconfig.sh index db03e6f..2061518 100755 --- a/abs/mv-core/MythVantage-config/xconfig.sh +++ b/abs/mv-core/MythVantage-config/xconfig.sh @@ -173,7 +173,7 @@ function setupX { if [ ! x$TESTMODE = "xtest" ] then #nvidia check right here - grep -q $CARDID $NVIDIA_96XX + grep -qi $CARDID $NVIDIA_96XX if [ $? = 0 ] then #install 96xx drivers |