From 2079d087514a884302b06de9bd61f91ca3984cd4 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 19 Jan 2018 14:34:56 +0100 Subject: move mysql_command to conf/default.conf --- bin/bootstrap-mysql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/bootstrap-mysql') diff --git a/bin/bootstrap-mysql b/bin/bootstrap-mysql index 50aee38..20ddfa5 100755 --- a/bin/bootstrap-mysql +++ b/bin/bootstrap-mysql @@ -471,5 +471,5 @@ if [ -s "${tmp_dir}/new-stable-packages" ]; then # shellcheck disable=SC2016 printf 'DROP TABLE `stable_packages`;\n' } | \ - ${mysql_command% -e} + ${mysql_command} fi -- cgit v1.2.3-54-g00ecf