From f99a10b6cf89d99498d7b717f5aaa71dd33b0d69 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 20 Jun 2025 16:03:33 +0200 Subject: [PATCH] fix --- ct/mealie.sh | 2 +- install/mealie-install.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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)"