Skip to content
Snippets Groups Projects
Commit 438333c9 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: config editor is not needed prevent spamming waring

parent 93d6d917
Branches
Tags
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment