From 9669dcdc3925b624aa7ec47114da7905d3159318 Mon Sep 17 00:00:00 2001 From: "Alan J. Pippin" Date: Sun, 17 Feb 2008 21:31:07 -0700 Subject: [PATCH] Added new script to check the syntax of the config files --- bin/check_config_syntax | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 bin/check_config_syntax diff --git a/bin/check_config_syntax b/bin/check_config_syntax new file mode 100755 index 0000000..246dc38 --- /dev/null +++ b/bin/check_config_syntax @@ -0,0 +1,6 @@ +#!/bin/bash + +perl ../setup/db_config +[ $? == 0 ] && echo "No syntax errors detected in ../setup/db_config" +php -l ../setup/eq_config + -- 2.34.1