mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-01 20:05:48 +01:00
Update stbbranding.py
This commit is contained in:
@@ -576,7 +576,7 @@ def getImageDistroN():
|
||||
|
||||
def getKernelVersionString():
|
||||
try:
|
||||
result = popen('uname -r', 'r').read().strip('\n').split('-')
|
||||
result = open('uname -r', 'r').read().strip('\n').split('-')
|
||||
kernel_version = result[0]
|
||||
return kernel_version
|
||||
except:
|
||||
|
||||
Reference in New Issue
Block a user