Fix: Kometa - fixed successful setup message and added info to json (#2495)

* Fix the installation complete message

* Added info in json
This commit is contained in:
Slaviša Arežina
2025-02-19 15:26:20 +01:00
committed by GitHub
parent 7e6a7468df
commit d1e0c2d164
2 changed files with 6 additions and 2 deletions

View File

@@ -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}"
echo -e "${INFO}${YW} Access the LXC at following IP address:${CL}"
echo -e "${TAB}${GATEWAY}${BGN}${IP}${CL}"