add ip address output

This commit is contained in:
Edward Moscardini 2025-03-31 11:45:24 -04:00
parent 14d379fb33
commit 2d63b45848
No known key found for this signature in database
GPG Key ID: A00DAB80E4E936C9

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