From 06156a5a2025eca409e382e10c21ff3a8a4f9b28 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Mon, 19 May 2025 08:36:49 +0200 Subject: [PATCH] fix homarr release var (#4577) --- install/homarr-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/homarr-install.sh b/install/homarr-install.sh index 6bdd57b4b..d47c5aa62 100644 --- a/install/homarr-install.sh +++ b/install/homarr-install.sh @@ -67,7 +67,6 @@ echo $'#!/bin/bash\ncd /opt/homarr/apps/cli && node ./cli.cjs "$@"' >/usr/bin/ho chmod +x /usr/bin/homarr mkdir /opt/homarr/build cp ./node_modules/better-sqlite3/build/Release/better_sqlite3.node ./build/better_sqlite3.node -echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt" msg_ok "Finished copying" msg_info "Creating Services"