7 lines
71 B
Bash
7 lines
71 B
Bash
#!/bin/bash
|
|
|
|
set -o pipefail
|
|
|
|
/app/inner-entrypoint.sh "$@" 2>&1 | ts
|
|
|