diff options
| author | mo khan <mo.khan@gmail.com> | 2020-06-10 23:20:40 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-06-10 23:20:40 -0600 |
| commit | b6b8a30d8e1b3f6b9223ee3e35e6109b51255c31 (patch) | |
| tree | b20209d7f01c83d69a6c10c5a62f33f4edc02cdc /examples | |
| parent | af3f6601ea3a8651da27802589fc2feff1f6f4d7 (diff) | |
Update echo message
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 "$@" |
