From 20a1d1ea69af473f7d13db48dcfd7c9ddab92c92 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 5 Jun 2024 06:07:02 -0400 Subject: [PATCH] Update homepage.sh fixes https://github.com/tteck/Proxmox/issues/3138 --- ct/homepage.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/homepage.sh b/ct/homepage.sh index 54efa660..716da76b 100644 --- a/ct/homepage.sh +++ b/ct/homepage.sh @@ -69,6 +69,7 @@ if [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]] || [[ ! -f /opt/${APP} systemctl stop homepage wget -q https://github.com/gethomepage/homepage/archive/refs/tags/v${RELEASE}.tar.gz tar -xzf v${RELEASE}.tar.gz + rm -rf v${RELEASE}.tar.gz cp -r homepage-${RELEASE}/* /opt/homepage/ rm -rf homepage-${RELEASE} cd /opt/homepage