Fix printf errors

main
Anthony 2025-04-05 01:31:11 +08:00
parent 241e2d56e1
commit c7a67365e7
1 changed files with 1 additions and 1 deletions

View File

@ -638,7 +638,7 @@ if [[ "$PERFORM_DB_ROOT_RESET" == "true" ]]; then
printf "\n${RED}IMPORTANT: The MySQL/MariaDB root password was reset during this process.${NC}\n" printf "\n${RED}IMPORTANT: The MySQL/MariaDB root password was reset during this process.${NC}\n"
printf " New Root Pass: ${YELLOW}%s${NC} (Keep this safe!)\n" "$DB_ROOT_PASS" printf " New Root Pass: ${YELLOW}%s${NC} (Keep this safe!)\n" "$DB_ROOT_PASS"
fi fi
printf "---------------------------\n" printf "%s\n" "---------------------------"
# Explicitly call cleanup before final exit (trap should also handle it) # Explicitly call cleanup before final exit (trap should also handle it)
cleanup cleanup