5edffe84b763c1457db81a903e523ed25901063b
[genesis.git] / compass / deploy / ansible / roles / ha / files / notify.sh
1 #!/bin/bash
2 python /usr/local/bin/failover.py $1
3 mysql -uroot -e"flush hosts"
4 service mysql restart