Files
weave-scope/docker/run-probe
Alfonso Acosta 5433c256c7 Fix argument escaping in Scope
By naively using echo and cat to print to serialize/deserealize arguments we were garbling
arguments with special characters and whitespaces
2016-10-25 15:35:48 +00:00

6 lines
117 B
Bash
Executable File

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