diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2018-11-29 13:37:29 +0100 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2018-11-29 13:37:29 +0100 |
commit | d9e548cef82c5e7ccd0b6397470d983d27f94911 (patch) | |
tree | c2015563ac77e75fb55d632d3ee4710f6547b8c2 /units | |
parent | 25c4a242eeb6366600aa7e1373ac25b6fc3fb095 (diff) |
bin:system_info: Forcing usb data to be collected via sysfs (needless to be root)
Diffstat (limited to 'units')
-rw-r--r-- | units/submission/jobs.pxu | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/units/submission/jobs.pxu b/units/submission/jobs.pxu index faa0647..7d20950 100644 --- a/units/submission/jobs.pxu +++ b/units/submission/jobs.pxu @@ -86,10 +86,6 @@ command: recovery_info version | python3 -m plainbox dev parse recovery-info id: system_info_json plugin: attachment category_id: com.canonical.plainbox::info -command: - export LC_ALL=C.UTF-8 - system_info.py -user: root -environ: PERL5LIB +command: system_info.py _description: Attaches json dumps of system info tools (inxi + udev) _summary: Attaches json dumps of system info tools |