projects
/
eq
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
the install instructions say to make changes to the .local files, but this script...
[eq/.git]
/
bin
/
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/eq_config.local
6