From 03d36a6c104c1897fe16b90b0c4b23dae31c5ffe Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 3 Oct 2025 09:30:18 +0200 Subject: [PATCH] grist: remove unneeded var (#8060) --- install/grist-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/grist-install.sh b/install/grist-install.sh index b6e77a883..f499b3da3 100644 --- a/install/grist-install.sh +++ b/install/grist-install.sh @@ -33,7 +33,6 @@ cat </opt/grist/.env NODE_ENV=production GRIST_HOST=0.0.0.0 EOF -echo "${RELEASE}" >/opt/${APPLICATION}_version.txt msg_ok "Installed Grist" msg_info "Create Service"