Skip to content

Commit d8f433c

Browse files
fix: unzip to /opt/ (#1370)
1 parent 3ad50eb commit d8f433c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/adventurelog.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function update_script() {
4242
msg_info "Updating ${APP} to ${RELEASE}"
4343
mv /opt/adventurelog/ /opt/adventurelog-backup/
4444
wget -qO /opt/v${RELEASE}.zip "https://github.com/seanmorley15/AdventureLog/archive/refs/tags/v${RELEASE}.zip"
45-
unzip -q /opt/v${RELEASE}.zip
45+
unzip -q /opt/v${RELEASE}.zip -d /opt/
4646
mv /opt/AdventureLog-${RELEASE} /opt/adventurelog
4747

4848
mv /opt/adventurelog-backup/backend/server/.env /opt/adventurelog/backend/server/.env

0 commit comments

Comments
 (0)