This commit is contained in:
CanbiZ 2024-11-08 17:44:37 +01:00 committed by GitHub
parent 37c0fe7960
commit 2f3679a7ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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