From 55e6283075f116b84f7bb63dd7aefc774864de06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Thu, 5 Mar 2026 15:56:02 +0100 Subject: [PATCH] Tianji: Fix the bug introduced by the refactor (#12564) --- install/tianji-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/tianji-install.sh b/install/tianji-install.sh index 1f1d61009..24f9cd755 100644 --- a/install/tianji-install.sh +++ b/install/tianji-install.sh @@ -27,6 +27,8 @@ PG_VERSION="17" setup_postgresql PG_DB_NAME="tianji_db" PG_DB_USER="tianji" setup_postgresql_db PYTHON_VERSION="3.13" setup_uv fetch_and_deploy_gh_release "tianji" "msgbyte/tianji" "tarball" +TIANJI_SECRET=$(openssl rand -base64 256 | tr -dc 'A-Za-z' | head -c 64) +echo "Tianji Secret: $TIANJI_SECRET" >>~/tianji.creds msg_info "Setting up Tianji" cd /opt/tianji