correct some of the ascii art

This commit is contained in:
Horacio Duran 2026-01-09 16:11:54 +01:00
parent 822e42dbb8
commit dff39e3d36

View file

@ -579,12 +579,12 @@ configure_secrets() {
# Show admin password
echo ""
echo "${YELLOW}${BOLD}┌─────────────────────────────────────────────────────────────────┐${RESET}"
echo "${YELLOW}${BOLD}│ IMPORTANT: Save your admin password! ${RESET}"
echo "${YELLOW}${BOLD}${RESET}"
echo "${YELLOW}${BOLD}│ Admin Username: admin ${RESET}"
echo "${YELLOW}${BOLD}│ Admin Password: ${admin_password}${RESET}"
echo "${YELLOW}${BOLD}${RESET}"
echo "${YELLOW}${BOLD}│ You can change this later in the Forgejo web interface. ${RESET}"
echo "${YELLOW}${BOLD}│ IMPORTANT: Save your admin password! ${RESET}"
echo "${YELLOW}${BOLD} ${RESET}"
echo "${YELLOW}${BOLD}│ Admin Username: admin ${RESET}"
echo "${YELLOW}${BOLD}│ Admin Password: ${admin_password} ${RESET}"
echo "${YELLOW}${BOLD} ${RESET}"
echo "${YELLOW}${BOLD}│ You can change this later in the Forgejo web interface. ${RESET}"
echo "${YELLOW}${BOLD}└─────────────────────────────────────────────────────────────────┘${RESET}"
echo ""