Disable shellcheck SC2016 for ssh_cmd
This commit is contained in:
parent
632e1b391b
commit
3501a4f6da
@ -185,7 +185,7 @@ fi
|
|||||||
|
|
||||||
set -e # stop if an error occurs
|
set -e # stop if an error occurs
|
||||||
|
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086,SC2016
|
||||||
ssh_cmd 'PATH="$PATH:/opt/bin/:." restream' \
|
ssh_cmd 'PATH="$PATH:/opt/bin/:." restream' \
|
||||||
| $decompress \
|
| $decompress \
|
||||||
| $host_passthrough \
|
| $host_passthrough \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user