summaryrefslogtreecommitdiff
path: root/examples/003
diff options
context:
space:
mode:
Diffstat (limited to 'examples/003')
-rw-r--r--examples/003/run.sh2
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 "$@"