From 5755c650e22374ffce5a8daf76d933b0f104bb02 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 18 Aug 2020 05:39:56 +0200 Subject: load-confiugration, check for mariadbd when loading mysql-functions --- lib/load-configuration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3