Stop shellcheck warning on 'echo -v'

Non-portability is unlikely to be a problem
This commit is contained in:
Bryan Boreham
2021-01-30 15:37:56 +00:00
parent cb032b00de
commit c86021ec05

1
scope
View File

@@ -170,6 +170,7 @@ docker_args() {
-v /var/run/docker.sock:/var/run/docker.sock \
-v /sys/kernel/debug:/sys/kernel/debug \
-e CHECKPOINT_DISABLE
# shellcheck disable=SC2039
[ -n "${PLUGINS_DIR_EXISTS:-}" ] && echo -v /var/run/scope/plugins:/var/run/scope/plugins
}