summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-01-22 10:27:41 +0100
committerErich Eckner <git@eckner.net>2018-01-22 10:27:41 +0100
commitd384cd8395fb0a0e0686f3c1ddac883002563f9a (patch)
tree79038983405f805c53efd1f13dc5f3c2beec1603 /conf
parentfe3add81cf6be1f717842dfb3335f631e7aa4b19 (diff)
downloadbuilder-d384cd8395fb0a0e0686f3c1ddac883002563f9a.tar.xz
source bin/mysql-functions in conf/default.conf - just like bin/common-functions - because it is now needed almost everywhere
Diffstat (limited to 'conf')
-rwxr-xr-xconf/default.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/default.conf b/conf/default.conf
index b2882ac..6ee991b 100755
--- a/conf/default.conf
+++ b/conf/default.conf
@@ -16,6 +16,8 @@ fi
# shellcheck source=bin/common-functions
. "${base_dir}/bin/common-functions"
+# shellcheck source=bin/mysql-functions
+. "${base_dir}/bin/mysql-functions"
work_dir="${base_dir}/work"