From: Owen Leonard Date: Sun, 19 Sep 2010 04:41:00 +0000 (-0600) Subject: the install instructions say to make changes to the .local files, but this script... X-Git-Tag: release_1_0_0~22 X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=commitdiff_plain;h=0fcc0a2b188bc2e25c74bd705d01090c6ac5637d;p=eq%2F.git the install instructions say to make changes to the .local files, but this script checks the originals. changing to check the .local versions so that we verify the changes --- 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