Disable shellcheck SC2016 for ssh_cmd

This commit is contained in:
Dan Shick 2021-01-04 21:10:06 -05:00
parent 632e1b391b
commit 3501a4f6da

View File

@ -185,7 +185,7 @@ fi
set -e # stop if an error occurs
# shellcheck disable=SC2086
# shellcheck disable=SC2086,SC2016
ssh_cmd 'PATH="$PATH:/opt/bin/:." restream' \
| $decompress \
| $host_passthrough \