message
This commit is contained in:
parent
3c18602a00
commit
5821f13807
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user