From 2f3679a7ec6e610a273682d55b15f66a9b68e92d Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 8 Nov 2024 17:44:37 +0100 Subject: [PATCH] Tweak --- ct/homarr.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/homarr.sh b/ct/homarr.sh index 72de67a1f..b04bf9660 100644 --- a/ct/homarr.sh +++ b/ct/homarr.sh @@ -74,6 +74,7 @@ if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_v unzip -q v${RELEASE}.zip mv homarr-${RELEASE} /opt/homarr mv /opt/.env /opt/homarr/.env + rm -rf /opt/homarr/data mv /opt/data /opt/homarr/ yarn install &>/dev/null yarn build &>/dev/null