diff --git a/ct/mealie.sh b/ct/mealie.sh index 5c279b1a..d233296b 100644 --- a/ct/mealie.sh +++ b/ct/mealie.sh @@ -41,4 +41,4 @@ description msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}https://${IP}:9000${CL}" +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:9000${CL}" diff --git a/install/mealie-install.sh b/install/mealie-install.sh index 134b88aa..80020924 100644 --- a/install/mealie-install.sh +++ b/install/mealie-install.sh @@ -57,6 +57,7 @@ msg_ok "Built Frontend" msg_info "Copying Built Frontend into Backend Package" cp -r /opt/mealie/frontend/dist /opt/mealie/mealie/frontend +cp -r /opt/mealie/frontend/dist /opt/mealie/.venv/lib/python3.12/site-packages/mealie/frontend msg_ok "Copied Frontend" msg_info "Preparing Backend (Poetry)"