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/get-package-updates | |
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/get-package-updates')
-rwxr-xr-x | bin/get-package-updates | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates index 763d01a..daa68a7 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -7,8 +7,6 @@ # shellcheck source=conf/default.conf . "${0%/*}/../conf/default.conf" -. "${base_dir}/bin/mysql-functions" - # TODO: Find out, why sometimes package updates are missed. # shellcheck disable=SC2016 |