summaryrefslogtreecommitdiff
path: root/lib/load-configuration
diff options
context:
space:
mode:
Diffstat (limited to 'lib/load-configuration')
-rwxr-xr-xlib/load-configuration6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/load-configuration b/lib/load-configuration
index 095cadd..7e0ed11 100755
--- a/lib/load-configuration
+++ b/lib/load-configuration
@@ -102,6 +102,12 @@ mysql_command='mysql buildmaster'
# possibly pull in custom modifications
+# TODO: remove this legacy part here
+if [ -r "${base_dir}/conf/local.conf" ]; then
+ # shellcheck source=/dev/null
+ "${base_dir}/conf/local.conf"
+fi
+
if [ -r "${base_dir}/conf/common.conf" ]; then
# shellcheck source=/dev/null
"${base_dir}/conf/common.conf"