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