fix helper

This commit is contained in:
Alexey Avramov 2019-07-03 22:36:48 +09:00
parent c87ec6a59b
commit 96da870eca

View File

@ -43,7 +43,7 @@ def re_pid_environ(pid):
for i in env_list:
if i.startswith(user_env):
user = i
if user == 'root':
if user == 'USER=root':
return None
continue