From d0c8b1c15b6f586010e280babedce61bd755d70d Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 20 Feb 2025 16:32:21 +0100 Subject: [PATCH] Update docmost-install.sh --- install/docmost-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/docmost-install.sh b/install/docmost-install.sh index 85e3a01c..8b29983e 100644 --- a/install/docmost-install.sh +++ b/install/docmost-install.sh @@ -64,7 +64,7 @@ mv .env.example .env sed -i "s|APP_SECRET=.*|APP_SECRET=$(openssl rand -base64 32 | tr -dc 'a-zA-Z0-9' | cut -c1-32)|" /opt/docmost/.env sed -i "s|DATABASE_URL=.*|DATABASE_URL=postgres://$DB_USER:$DB_PASS@localhost:5432/$DB_NAME|" /opt/docmost/.env export NODE_OPTIONS="--max-old-space-size=2048" -$STD pnpm install --force +$STD pnpm install $STD pnpm build echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt" msg_ok "Installed Docmost"