mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-15 01:24:29 +02:00
system_boot fix
This commit is contained in:
@ -110,9 +110,6 @@ def process(proc_data):
|
|||||||
]
|
]
|
||||||
"""
|
"""
|
||||||
for entry in proc_data:
|
for entry in proc_data:
|
||||||
if 'user' in entry and entry['user'] == 'system_boot':
|
|
||||||
entry['user'] = 'system boot'
|
|
||||||
|
|
||||||
if 'tty' in entry and entry['tty'] == '~':
|
if 'tty' in entry and entry['tty'] == '~':
|
||||||
entry['tty'] = None
|
entry['tty'] = None
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user