mirror of
https://github.com/erpalma/throttled.git
synced 2026-03-19 03:04:39 +01:00
typo.... (bad day)
This commit is contained in:
parent
5a96b88944
commit
003278cafd
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue