From 5821f13807294f3ee42333a4ccebfb992aeaf2f6 Mon Sep 17 00:00:00 2001 From: Justin Rost Date: Fri, 28 Feb 2025 09:05:14 +0100 Subject: [PATCH] message --- Init-Server.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Init-Server.sh b/Init-Server.sh index f8ce314..ed04e2a 100644 --- a/Init-Server.sh +++ b/Init-Server.sh @@ -183,7 +183,8 @@ display_system_overview() { echo -e "\n${BLUE}[Open Ports]${NC}" netstat -tuln | grep LISTEN | awk '{print $4}' | sed 's/.*://' | tr '\n' ', ' | sed 's/,$/\n/' - echo -e "\n${GREEN}Setup completed! System is ready to use.${NC}\n" + echo -e "\n${GREEN}Setup completed! System is ready to use.${NC}" + echo -e "${YELLOW}Important: Please reconnect to your server via SSH to ensure all changes are properly applied.${NC}\n" } # Main execution