diff options
author | PMR <pmr@pmr-lander> | 2020-09-17 10:23:19 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2020-09-17 10:23:19 +0000 |
commit | d9cc683b1b64559a9c0b838b1cfebb40cccfe3a7 (patch) | |
tree | a8477f9e2d79dec0527f54c239d25eb78bc16b7b /units/pig | |
parent | 23fbca98a6208b9b2ca438579367679be0a56d5d (diff) |
Import plainbox-provider-checkbox_0.55.0~rc1.orig.tar.gzupstream-0.55.0_rc1patched-0.55.0_rc1-1
Diffstat (limited to 'units/pig')
-rw-r--r-- | units/pig/jobs.pxu | 2 | ||||
-rw-r--r-- | units/pig/resource.pxu | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/units/pig/jobs.pxu b/units/pig/jobs.pxu index 2bbcaa6..b3702ab 100644 --- a/units/pig/jobs.pxu +++ b/units/pig/jobs.pxu @@ -5,4 +5,4 @@ estimated_duration: 60 _summary: Check if the system automatically changes the resolution based on EDID requires: pig.hdmi_bridge == 'installed' environ: PIG_HOST -command: edid_cycle.py $PIG_HOST +command: edid_cycle.py "$PIG_HOST" diff --git a/units/pig/resource.pxu b/units/pig/resource.pxu index eb62e22..81b9d19 100644 --- a/units/pig/resource.pxu +++ b/units/pig/resource.pxu @@ -2,4 +2,4 @@ id: pig plugin: resource _summary: Get Pig's capabilities environ: PIG_HOST -command: ssh -q -o 'StrictHostKeyChecking=no' $PIG_HOST /snap/bin/pigbox capabilities +command: ssh -q -o 'StrictHostKeyChecking=no' "$PIG_HOST" /snap/bin/pigbox capabilities |