From 535c495eb77bc8841874e316301fa75fa1734c86 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 25 May 2018 13:56:54 +0200 Subject: lib/load-configuration: add TODO --- lib/load-configuration | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/load-configuration') diff --git a/lib/load-configuration b/lib/load-configuration index 9f04b0d..593825d 100755 --- a/lib/load-configuration +++ b/lib/load-configuration @@ -26,6 +26,8 @@ if pgrep -x mysqld >/dev/null 2>&1; then i_am_the_master=true # shellcheck source=../lib/mysql-functions . "${base_dir}/lib/mysql-functions" + # TODO: maybe we should load some infos from the db in this case? + # e.g. mysql_retrieve_repository_ids else i_am_the_master=false fi -- cgit v1.2.3