From 4cf9592a87b728e3dfad97cfc0a293e63c1b4c20 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Sun, 3 Aug 2025 15:15:35 -0400 Subject: [PATCH] missing brace --- setup-email-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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