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" } ] }