mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-19 21:39:26 +00:00
Fix Mac probe launch command
Paren in wrong place meant it was running the app and not getting any extra args
This commit is contained in:
2
scope
2
scope
@@ -282,7 +282,7 @@ case "$COMMAND" in
|
||||
app_ip=$(docker inspect -f '{{.NetworkSettings.IPAddress}}' "${CONTAINER}")
|
||||
docker rm -f "$SCOPE_CONTAINER_NAME" >/dev/null 2>&1 || true
|
||||
# shellcheck disable=SC2091
|
||||
CONTAINER=$($(launch_command --no-app "$@" "${app_ip}:4040"))
|
||||
CONTAINER=$($(launch_command) --no-app "$@" "${app_ip}:4040")
|
||||
print_app_endpoints "localhost"
|
||||
exit
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user