summaryrefslogtreecommitdiff
path: root/examples/003/run.sh
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-06-10 21:07:44 -0600
committermo khan <mo.khan@gmail.com>2020-06-10 21:07:44 -0600
commit0860d075d1a3e939ce1a6d4d9de96ea227333346 (patch)
treee3a8c918cdc9145761892e92f2a31397b53ca0bf /examples/003/run.sh
parent6f65e7fa18a406c5b233d7d692186b302d594971 (diff)
Compare large and small images
Diffstat (limited to 'examples/003/run.sh')
-rw-r--r--examples/003/run.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/003/run.sh b/examples/003/run.sh
index db1f294..bf50deb 100644
--- a/examples/003/run.sh
+++ b/examples/003/run.sh
@@ -1,8 +1,8 @@
#!/bin/sh
-set -ex
+set -e
+echo "[$(date +s)] Inflating /opt/db.tar.zst"
tar -xf /opt/db.tar.zst
-
-cd /opt/db/.index
-sh
+echo sh "$@"
+sh "$@"