diff options
author | Erich Eckner <git@eckner.net> | 2018-01-22 09:49:45 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-01-22 09:49:45 +0100 |
commit | 9cae7aa539fa6c3bee8d5af0ba4504a98e1a3cc2 (patch) | |
tree | e5a512bc41871b3511b56e49c353918b1d553bce /bin/db-update | |
parent | 0f94a77dc2f8ec2c8b3d6f984dddb37b4965dd3d (diff) | |
download | builder-9cae7aa539fa6c3bee8d5af0ba4504a98e1a3cc2.tar.xz |
bin/db-update: source mysql-functions, it is needed
Diffstat (limited to 'bin/db-update')
-rwxr-xr-x | bin/db-update | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/db-update b/bin/db-update index fbbad2c..9ba65ce 100755 --- a/bin/db-update +++ b/bin/db-update @@ -24,6 +24,8 @@ # shellcheck source=conf/default.conf . "${0%/*}/../conf/default.conf" +. "${base_dir}/bin/mysql-functions" + # shellcheck disable=SC2016 usage() { >&2 echo '' |