From 5ed0ba0d67484c18bd2834a32faaf131038b17a4 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 6 May 2025 10:16:12 +0200 Subject: [PATCH] Update fumadocs.sh --- ct/fumadocs.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ct/fumadocs.sh b/ct/fumadocs.sh index 8f866e5a..86e8ac95 100644 --- a/ct/fumadocs.sh +++ b/ct/fumadocs.sh @@ -20,14 +20,14 @@ color catch_errors function update_script() { - header_info - check_container_storage - check_container_resources + header_info + check_container_storage + check_container_resources - if [[ ! -d /opt/fumadocs ]]; then - msg_error "No Installation Found!" - exit - fi + if [[ ! -d /opt/fumadocs ]]; then + msg_error "No Installation Found!" + exit + fi } start @@ -37,4 +37,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}meilisearch: http://${IP}:5050${CL}" +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:3000${CL}"