From 438333c98833adcbd7502e54fb5f68024498ad26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org> Date: Sat, 28 Mar 2020 17:42:38 +0100 Subject: [PATCH] MAINT: config editor is not needed prevent spamming waring --- config.defaults | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.defaults b/config.defaults index 79e84f4..bf6c941 100644 --- a/config.defaults +++ b/config.defaults @@ -29,8 +29,7 @@ MYSQLADMIN_CMD=$(command -v mysqladmin || echo "mysqladmin not found!" >&2) # The mysqldump program which comes with the MySQL client. MYSQLDUMP_CMD=$(command -v mysqldump || echo "mysqldump not found!" >&2) # The mysql_config_editor program which is used to store the credentials. -MYSQL_CONFIG_EDITOR_CMD=$(command -v mysql_config_editor \ - || echo "mysql_config_editor not found!" >&2) +MYSQL_CONFIG_EDITOR_CMD=$(command -v mysql_config_editor || true) # # MySQL Connection # The host of the MySQL server. -- GitLab