diff options
author | Erich Eckner <git@eckner.net> | 2018-06-26 12:12:18 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-06-26 12:12:18 +0200 |
commit | b00f296cd53ac4eeddbb1400bbf19d80ee33eb20 (patch) | |
tree | 7d17685c16f95eac9e506e905c50cf5432579bb8 | |
parent | 4006d00df48ff945b0f2c428d230f066cc73435e (diff) | |
download | builder-b00f296cd53ac4eeddbb1400bbf19d80ee33eb20.tar.xz |
lib/load-configuration: revert a little more, now it should _really_ work ...
-rwxr-xr-x | lib/load-configuration | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/load-configuration b/lib/load-configuration index c89e757..7a6a4f3 100755 --- a/lib/load-configuration +++ b/lib/load-configuration @@ -108,7 +108,7 @@ if ! ${i_am_the_master} && \ fi # load static values from the database -if pgrep -x mysqld >/dev/null 2>&1; then +if ${i_am_the_master}; then mysql_retrieve_static_information fi |