From d1e0c2d1643da5a2791d47471ea80af633dedc8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Wed, 19 Feb 2025 15:26:20 +0100 Subject: [PATCH] Fix: Kometa - fixed successful setup message and added info to json (#2495) * Fix the installation complete message * Added info in json --- ct/kometa.sh | 4 ++-- json/kometa.json | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ct/kometa.sh b/ct/kometa.sh index 6279a46e..76d4adba 100644 --- a/ct/kometa.sh +++ b/ct/kometa.sh @@ -73,5 +73,5 @@ 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}http://${IP}${CL}" \ No newline at end of file +echo -e "${INFO}${YW} Access the LXC at following IP address:${CL}" +echo -e "${TAB}${GATEWAY}${BGN}${IP}${CL}" \ No newline at end of file diff --git a/json/kometa.json b/json/kometa.json index 804036fd..0a36b2b0 100644 --- a/json/kometa.json +++ b/json/kometa.json @@ -34,6 +34,10 @@ { "text": "During installation you will be prompted to input your TMDb key, Plex URL and Plex token. Make sure you have them ready.", "type": "info" + }, + { + "text": "Configuration file is at `/opt/kometa/config/config.yml`", + "type": "info" } ] }