mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-14 18:09:59 +00:00
Stop shellcheck warning on 'echo -v'
Non-portability is unlikely to be a problem
This commit is contained in:
1
scope
1
scope
@@ -170,6 +170,7 @@ docker_args() {
|
|||||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||||
-v /sys/kernel/debug:/sys/kernel/debug \
|
-v /sys/kernel/debug:/sys/kernel/debug \
|
||||||
-e CHECKPOINT_DISABLE
|
-e CHECKPOINT_DISABLE
|
||||||
|
# shellcheck disable=SC2039
|
||||||
[ -n "${PLUGINS_DIR_EXISTS:-}" ] && echo -v /var/run/scope/plugins:/var/run/scope/plugins
|
[ -n "${PLUGINS_DIR_EXISTS:-}" ] && echo -v /var/run/scope/plugins:/var/run/scope/plugins
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user