mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-04-19 14:18:06 +00:00
Quickfix: Change .env
This commit is contained in:
parent
4e1a2bde24
commit
493d54f3c3
@ -68,7 +68,7 @@ if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_v
|
|||||||
|
|
||||||
msg_info "Updating ${APP} to ${RELEASE}"
|
msg_info "Updating ${APP} to ${RELEASE}"
|
||||||
cp /opt/adventurelog/backend/server/.env /opt/server.env
|
cp /opt/adventurelog/backend/server/.env /opt/server.env
|
||||||
cp /opt/adventurelog/frontend/env /opt/frontend.env
|
cp /opt/adventurelog/frontend/.env /opt/frontend.env
|
||||||
wget -q "https://github.com/seanmorley15/AdventureLog/archive/refs/tags/v${RELEASE}.zip"
|
wget -q "https://github.com/seanmorley15/AdventureLog/archive/refs/tags/v${RELEASE}.zip"
|
||||||
unzip -q v${RELEASE}.zip
|
unzip -q v${RELEASE}.zip
|
||||||
mv AdventureLog-${RELEASE} /opt/adventurelog
|
mv AdventureLog-${RELEASE} /opt/adventurelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user