Files
weave-scope/docker/run-probe
Iago López Galeiras 43d9f38c5e Fix various linter issues
Found via shellcheck.
2017-01-18 11:51:41 +01:00

7 lines
145 B
Bash
Executable File

#!/bin/bash
# shellcheck disable=SC1091
source /var/run/weave/scope-probe.args
exec -a scope-probe /home/weave/scope --mode probe "${ARGS[@]}"