diff options
author | Erich Eckner <git@eckner.net> | 2018-01-22 10:27:41 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-01-22 10:27:41 +0100 |
commit | d384cd8395fb0a0e0686f3c1ddac883002563f9a (patch) | |
tree | 79038983405f805c53efd1f13dc5f3c2beec1603 /bin/db-update | |
parent | fe3add81cf6be1f717842dfb3335f631e7aa4b19 (diff) | |
download | builder-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 'bin/db-update')
-rwxr-xr-x | bin/db-update | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/db-update b/bin/db-update index 1417820..5b32214 100755 --- a/bin/db-update +++ b/bin/db-update @@ -29,8 +29,6 @@ # shellcheck source=conf/default.conf . "${0%/*}/../conf/default.conf" -. "${base_dir}/bin/mysql-functions" - # shellcheck disable=SC2016 usage() { >&2 echo '' |