From ed373a1391648ee3d9c09eef2a950c201888d42a Mon Sep 17 00:00:00 2001 From: Alexander Tratsevskiy Date: Sun, 13 Nov 2022 00:59:42 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=D0=B7=D0=BD=D0=B0=D1=87=D0=B8?= =?UTF-8?q?=D1=82=D0=B5=D0=BB=D1=8C=D0=BD=D0=B0=D1=8F=20=D0=BF=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=BA=D0=B0=20=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9?= =?UTF-8?q?=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/cl-setup-taiga.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/cl-setup-taiga.sh b/scripts/cl-setup-taiga.sh index a82799f..9697bda 100755 --- a/scripts/cl-setup-taiga.sh +++ b/scripts/cl-setup-taiga.sh @@ -2,12 +2,13 @@ set -ueo pipefail +chown taiga:taiga /var/calculate/ini.env +su - taiga -c '/var/db/repos/container/scripts/taiga-www-install.sh' + /var/db/repos/container/scripts/taiga-postgresql.sh /var/db/repos/container/scripts/taiga-rabbitmq.sh -su - taiga -c '/var/db/repos/container/scripts/taiga-www-install.sh' - /var/db/repos/container/scripts/taiga-www-setup.sh su - taiga -c '/var/db/repos/container/scripts/taiga-www-migrate.sh'