projects
/
eq
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5103ed
)
the install instructions say to make changes to the .local files, but this script...
author
Owen Leonard
<owen@balawis.leonard.fam>
Sun, 19 Sep 2010 04:41:00 +0000
(22:41 -0600)
committer
Owen Leonard
<owen@balawis.leonard.fam>
Sun, 19 Sep 2010 04:41:00 +0000
(22:41 -0600)
bin/check_config_syntax
patch
|
blob
|
history
diff --git
a/bin/check_config_syntax
b/bin/check_config_syntax
index 246dc3835e3a63b004e9917f4be223984cdc004c..523bd42a7770da4d2f67e131747c47f6a8e284d2 100755
(executable)
--- a/
bin/check_config_syntax
+++ b/
bin/check_config_syntax
@@
-1,6
+1,6
@@
#!/bin/bash
-perl ../setup/db_config
-[ $? == 0 ] && echo "No syntax errors detected in ../setup/db_config"
-php -l ../setup/eq_config
+perl ../setup/db_config
.local
+[ $? == 0 ] && echo "No syntax errors detected in ../setup/db_config
.local
"
+php -l ../setup/eq_config
.local