5 lines
101 B
Bash
Executable File
5 lines
101 B
Bash
Executable File
#!/bin/bash
|
|
export TEST_DOCKER_EXTRA_ARGS="--cap-add=SYS_PTRACE"
|
|
exec merge-standard-inventory "$@"
|
|
|