From 2909dc3ec5fe877ffa25933ac936f4a26b9a2c2b Mon Sep 17 00:00:00 2001 From: Sylvain Pineau Date: Sun, 19 Jul 2020 16:55:47 +0200 Subject: units: Fix all jobs commands shellcheck errors --- units/pig/jobs.pxu | 2 +- units/pig/resource.pxu | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'units/pig') 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 -- cgit v1.2.3