index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-06-26 11:35:21 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-06-26 11:35:21 +0200 |
commit | 98135be47afde21363d39b6ea5b8be8f10e435a1 (patch) | |
tree | 497b2a46655baad8ddb046ade25176c2c0b0d97b | |
parent | 75ac23794d0cae9de578e53d342d7c128e7ee9f6 (diff) |
-rwxr-xr-x | lib/load-configuration | 2 |
diff --git a/lib/load-configuration b/lib/load-configuration index 7a6a4f3..c89e757 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 ${i_am_the_master}; then +if pgrep -x mysqld >/dev/null 2>&1; then mysql_retrieve_static_information fi |