Skip to content

Commit 493d54f

Browse files
authored
Quickfix: Change .env
1 parent 4e1a2bd commit 493d54f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ct/adventurelog.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_v
6868

6969
msg_info "Updating ${APP} to ${RELEASE}"
7070
cp /opt/adventurelog/backend/server/.env /opt/server.env
71-
cp /opt/adventurelog/frontend/env /opt/frontend.env
71+
cp /opt/adventurelog/frontend/.env /opt/frontend.env
7272
wget -q "https://github.com/seanmorley15/AdventureLog/archive/refs/tags/v${RELEASE}.zip"
7373
unzip -q v${RELEASE}.zip
7474
mv AdventureLog-${RELEASE} /opt/adventurelog
@@ -107,4 +107,4 @@ description
107107

108108
msg_ok "Completed Successfully!\n"
109109
echo -e "${APP} Setup should be reachable by going to the following URL.
110-
${BL}http://${IP}:3000${CL} \n"
110+
${BL}http://${IP}:3000${CL} \n"

0 commit comments

Comments
 (0)