6 lines
185 B
Bash
6 lines
185 B
Bash
#!/bin/bash
|
|
|
|
# Sample hook file for gh-ost-on-resurrecting
|
|
|
|
echo "$(date) gh-ost-on-resurrecting: beginning resurrection on $GH_OST_DATABASE_NAME.$GH_OST_TABLE_NAME" >> /tmp/gh-ost.log
|