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