summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-06-10 23:20:40 -0600
committermo khan <mo.khan@gmail.com>2020-06-10 23:20:40 -0600
commitb6b8a30d8e1b3f6b9223ee3e35e6109b51255c31 (patch)
treeb20209d7f01c83d69a6c10c5a62f33f4edc02cdc
parentaf3f6601ea3a8651da27802589fc2feff1f6f4d7 (diff)
Update echo message
-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 "$@"