Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
MickLesk authored Nov 8, 2024
1 parent 37c0fe7 commit 2f3679a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ct/homarr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f3679a

Please sign in to comment.