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