diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/003/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/003/run.sh b/examples/003/run.sh index 2d4f92c..0328fb1 100644 --- a/examples/003/run.sh +++ b/examples/003/run.sh @@ -1,5 +1,5 @@ #!/bin/sh echo "[$(date +s)] Inflating /opt/db.tar.zst" tar -xf /opt/db.tar.zst -echo "[$(date +s)]" sh "$@" +echo "[$(date +s)] Starting" sh "$@" |
