From e4b948eda5cfa81801790e25a9b2f4150afa4922 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 7 Nov 2024 21:55:26 +0100 Subject: [PATCH] fix echo Signed-off-by: CanbiZ <47820557+MickLesk@users.noreply.github.com> --- ct/homarr.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ct/homarr.sh b/ct/homarr.sh index 9a0f9d4b..acb54ee9 100644 --- a/ct/homarr.sh +++ b/ct/homarr.sh @@ -75,6 +75,8 @@ if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_v yarn install yarn build yarn db:migrate + echo "${RELEASE}" >/opt/${APP}_version.txt + msg_ok "Updated ${APP}" msg_info "Starting Services" systemctl start homarr