index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | lib/load-configuration | 2 |
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 |