From 4430abced0c2fc4dc6d9cf047727608f50c4e24c Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 1 Aug 2025 09:51:19 +0200 Subject: [PATCH] Update tandoor-install.sh --- install/tandoor-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/tandoor-install.sh b/install/tandoor-install.sh index 82759a38..f0bedab7 100644 --- a/install/tandoor-install.sh +++ b/install/tandoor-install.sh @@ -90,6 +90,7 @@ TANDOOR_VERSION = "$TANDOOR_VERSION" TANDOOR_REF = "bare-metal" VERSION_INFO = [] EOF +cd /opt/tandoor export $(cat /opt/tandoor/.env | grep "^[^#]" | xargs) /opt/tandoor/.venv/bin/python manage.py migrate /opt/tandoor/.venv/bin/python manage.py collectstatic --no-input