X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;f=bin%2Fcheck_config_syntax;h=523bd42a7770da4d2f67e131747c47f6a8e284d2;hb=0fcc0a2b188bc2e25c74bd705d01090c6ac5637d;hp=246dc3835e3a63b004e9917f4be223984cdc004c;hpb=9669dcdc3925b624aa7ec47114da7905d3159318;p=eq%2F.git diff --git a/bin/check_config_syntax b/bin/check_config_syntax index 246dc38..523bd42 100755 --- 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