From 6ec0f3032e2e5b56005fcad00d90b8d21a534383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= <monotek@users.noreply.github.com> Date: Tue, 19 Oct 2021 18:00:41 +0200 Subject: [PATCH] fix quote --- containers/zammad/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/zammad/setup.sh b/containers/zammad/setup.sh index f0190b2..7f21df1 100755 --- a/containers/zammad/setup.sh +++ b/containers/zammad/setup.sh @@ -24,7 +24,7 @@ if [ "$1" = 'builder' ]; then tar -xzf zammad-"${GIT_BRANCH}".tar.gz rm zammad-"${GIT_BRANCH}".tar.gz cd "${ZAMMAD_TMP_DIR}" - bundle config set without 'test development mysql + bundle config set without 'test development mysql' bundle install contrib/packager.io/fetch_locales.rb sed -e 's#.*adapter: postgresql# adapter: nulldb#g' -e 's#.*username:.*# username: postgres#g' -e 's#.*password:.*# password: \n host: zammad-postgresql\n#g' < contrib/packager.io/database.yml.pkgr > config/database.yml