index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2020-08-18 05:39:56 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2020-08-18 05:39:56 +0200 |
commit | 5755c650e22374ffce5a8daf76d933b0f104bb02 (patch) | |
tree | 74523bb7702b5e5e7f062da8343dd9b7622a4551 /lib | |
parent | 912c11af7f369721603bec4e6194166f8c856476 (diff) |
-rwxr-xr-x | lib/load-configuration | 2 |
diff --git a/lib/load-configuration b/lib/load-configuration index ab0a183..2796d00 100755 --- a/lib/load-configuration +++ b/lib/load-configuration @@ -65,7 +65,7 @@ work_dir="${base_dir}/work" # if mysqld is not running, we're either on a build slave and don't need # lib/mysql-functions or we're on the build master and something is wrong # anyway -if pgrep -x mysqld >/dev/null 2>&1; then +if pgrep -x mariadbd >/dev/null 2>&1; then # shellcheck source=../lib/mysql-functions . "${base_dir}/lib/mysql-functions" fi |