We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad50eb commit d8f433cCopy full SHA for d8f433c
ct/adventurelog.sh
@@ -42,7 +42,7 @@ function update_script() {
42
msg_info "Updating ${APP} to ${RELEASE}"
43
mv /opt/adventurelog/ /opt/adventurelog-backup/
44
wget -qO /opt/v${RELEASE}.zip "https://github.com/seanmorley15/AdventureLog/archive/refs/tags/v${RELEASE}.zip"
45
- unzip -q /opt/v${RELEASE}.zip
+ unzip -q /opt/v${RELEASE}.zip -d /opt/
46
mv /opt/AdventureLog-${RELEASE} /opt/adventurelog
47
48
mv /opt/adventurelog-backup/backend/server/.env /opt/adventurelog/backend/server/.env
0 commit comments