mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-10 19:05:09 +00:00
fix
This commit is contained in:
parent
e319355859
commit
4a8239b2ce
@ -52,7 +52,9 @@ function update_script() {
|
|||||||
cd /opt/homepage
|
cd /opt/homepage
|
||||||
npx update-browserslist-db@latest
|
npx update-browserslist-db@latest
|
||||||
pnpm install
|
pnpm install
|
||||||
NEXT_PUBLIC_VERSION=v$RELEASE NEXT_PUBLIC_REVISION='source' pnpm build
|
export NEXT_PUBLIC_VERSION=v$RELEASE
|
||||||
|
export NEXT_PUBLIC_REVISION='source'
|
||||||
|
pnpm build
|
||||||
systemctl start homepage
|
systemctl start homepage
|
||||||
echo "${RELEASE}" >/opt/${APP}_version.txt
|
echo "${RELEASE}" >/opt/${APP}_version.txt
|
||||||
msg_ok "Updated Homepage to v${RELEASE}"
|
msg_ok "Updated Homepage to v${RELEASE}"
|
||||||
|
Loading…
Reference in New Issue
Block a user