From 9cae7aa539fa6c3bee8d5af0ba4504a98e1a3cc2 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 22 Jan 2018 09:49:45 +0100 Subject: bin/db-update: source mysql-functions, it is needed --- bin/db-update | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/db-update') 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 '' -- cgit v1.2.3-54-g00ecf