Explorar el Código

typo.... (bad day)

erpalma hace 6 años
padre
commit
003278cafd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lenovo_fix.py

+ 1 - 1
lenovo_fix.py

@@ -477,7 +477,7 @@ def check_kernel():
 
     kernel_config = None
     try:
-        with open(os.path.join('/boot', 'coanfig-{:s}'.format(uname()[2]))) as f:
+        with open(os.path.join('/boot', 'config-{:s}'.format(uname()[2]))) as f:
             kernel_config = f.read()
     except IOError:
         config_gz_path = os.path.join('/proc', 'config.gz')