diff options
| -rw-r--r-- | examples/003/run.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/003/run.sh b/examples/003/run.sh index bf50deb..2d4f92c 100644 --- a/examples/003/run.sh +++ b/examples/003/run.sh @@ -1,8 +1,5 @@ #!/bin/sh - -set -e - echo "[$(date +s)] Inflating /opt/db.tar.zst" tar -xf /opt/db.tar.zst -echo sh "$@" +echo "[$(date +s)]" sh "$@" sh "$@" |
