6 lines
164 B
Bash
Executable File
6 lines
164 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Sample hook file for gh-ost-on-status
|
|
|
|
echo "$(date) gh-ost-on-status; elapsed: ${GH_OST_ELAPSED_SECONDS}; msg: ${GH_OST_STATUS}" >> /tmp/gh-ost.log
|