File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
108108msg_ok " Completed Successfully!\n"
109109echo -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"
You can’t perform that action at this time.
0 commit comments