4 lines
105 B
Bash
Executable File
4 lines
105 B
Bash
Executable File
#!/bin/bash
|
|
export TEST_DOCKER_EXTRA_ARGS="-v /dev:/dev --privileged"
|
|
exec merge-standard-inventory "$@"
|