From 018c384d4ac8519251855e14d03d419ae0d2b1f4 Mon Sep 17 00:00:00 2001 From: MickLesk <47820557+MickLesk@users.noreply.github.com> Date: Thu, 24 Sep 2026 11:17:02 +0200 Subject: [PATCH] Return to the project root before alembic --- ct/journiv.sh | 1 + install/journiv-install.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/ct/journiv.sh b/ct/journiv.sh index f92e72ec1..a85ff0c05 100644 --- a/ct/journiv.sh +++ b/ct/journiv.sh @@ -50,6 +50,7 @@ function update_script() { cd /opt/journiv/frontend $STD npm ci $STD npm run build + cd /opt/journiv msg_ok "Built Frontend" grep -q '^ALLOW_INSECURE_COOKIE_AUTH_OVER_HTTP=' /opt/journiv.env || diff --git a/install/journiv-install.sh b/install/journiv-install.sh index 9899afc84..c497ed7d8 100644 --- a/install/journiv-install.sh +++ b/install/journiv-install.sh @@ -65,6 +65,7 @@ msg_info "Building Frontend" cd /opt/journiv/frontend $STD npm ci $STD npm run build +cd /opt/journiv msg_ok "Built Frontend" msg_info "Initializing Database"