Merge pull request #159 from emoscardini/bugfix/fix_openziti_tunnel_output

add ip address output
This commit is contained in:
CanbiZ 2025-03-31 18:01:08 +02:00 committed by GitHub
commit 276092bfd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,4 +39,6 @@ build_container
description
msg_ok "Completed Successfully!\n"
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
echo -e "${INFO}${YW} Application was assigned the following IP:${CL}"
echo -e "${TAB}${GATEWAY}${BGN}Address: ${IP}${CL}"