091c87b9383900a0703f08543b9493a6dfc87f35
[eq/.git] / check_config_syntax
1 #!/bin/bash
2
3 perl ../setup/db_config.local
4 [ $? == 0 ] && echo "No syntax errors detected in ../setup/db_config.local"
5 php -l ../setup/tc_config.local
6