From c458ee3795adb6a48be55a260eb91835808efc92 Mon Sep 17 00:00:00 2001 From: DragoQC Date: Fri, 5 Dec 2025 12:46:45 -0500 Subject: [PATCH] Added back end messages --- ct/discopanel.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ct/discopanel.sh b/ct/discopanel.sh index 3084f3afa..cf388b0f0 100644 --- a/ct/discopanel.sh +++ b/ct/discopanel.sh @@ -65,3 +65,12 @@ function update_script() { fi exit } + +start +build_container +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}:8080${CL}"