This commit is contained in:
Justin 2025-02-28 09:05:14 +01:00
parent 3c18602a00
commit 5821f13807

View File

@ -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