diff --git a/setup-email-server.sh b/setup-email-server.sh index 29f03a9..6108d0d 100755 --- a/setup-email-server.sh +++ b/setup-email-server.sh @@ -918,7 +918,7 @@ display_final_info() { echo " Security: STARTTLS or SSL/TLS" echo echo -e "${GREEN}Setup completed successfully!${NC}" -} +} # <-- THIS IS THE MISSING BRACE # Run main function main "$@" \ No newline at end of file