diff --git a/entrypoint.sh b/entrypoint.sh index 8898aa3..91dbcfc 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1140,7 +1140,7 @@ run_loop() { # args: what needs to be executed run_cmd() { - _tap "${RESULTS_DIR}/cmd_\${1}" "\${@}" + _tap "${RESULTS_DIR}/cmd_\$(basename "\${1}")_\$(mktemp -u XXXXXX)" "\${@}" } set_max_threads