diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 10:55:23 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 10:55:23 +0200 |
commit | 04875c5e8523e6f46a032072d25fd761cd78fa5f (patch) | |
tree | c17e065a4cc0708e9ddc562afd62367fdb520e18 | |
parent | d3758298e6aab2dd8992a7b424bcfe066cf04ccb (diff) |
bin:get_make_and_model -> get_make_and_model.py
-rwxr-xr-x | bin/get_make_and_model.py (renamed from bin/get_make_and_model) | 0 | ||||
-rw-r--r-- | units/miscellanea/jobs.pxu | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/bin/get_make_and_model b/bin/get_make_and_model.py index 496a949..496a949 100755 --- a/bin/get_make_and_model +++ b/bin/get_make_and_model.py diff --git a/units/miscellanea/jobs.pxu b/units/miscellanea/jobs.pxu index 96b8562..8fd16f5 100644 --- a/units/miscellanea/jobs.pxu +++ b/units/miscellanea/jobs.pxu @@ -403,7 +403,7 @@ category_id: com.canonical.plainbox::miscellanea estimated_duration: 30.0 id: miscellanea/get_make_and_model user: root -command: get_make_and_model +command: get_make_and_model.py requires: dmi_present.state == 'supported' _description: Retrieve the computer's make and model for easier access than digging through the dmidecode output. |