From dff39e3d36410672583374bcc3c06ee516a1aaad Mon Sep 17 00:00:00 2001 From: Horacio Duran Date: Fri, 9 Jan 2026 16:11:54 +0100 Subject: [PATCH] correct some of the ascii art --- setup-wizard.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/setup-wizard.sh b/setup-wizard.sh index e4ee34b..4c1381e 100755 --- a/setup-wizard.sh +++ b/setup-wizard.sh @@ -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 ""