Added back end messages

This commit is contained in:
DragoQC 2025-12-05 12:46:45 -05:00
parent 918a5c9dcb
commit c458ee3795

View File

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