Refactor now mostly working
This commit is contained in:
@ -70,6 +70,7 @@ void list_servers() {
|
||||
else
|
||||
serviceticks += ":cross: ";
|
||||
}
|
||||
else std::cout<<"Error: Failed to initialise service runner for server: ["<<server.name<<"] and service: ["<<service.service_name<<"]"<<std::endl;
|
||||
std::vector<int> ports = ss.get_ports();
|
||||
ports_used.insert(ports_used.end(), ports.begin(), ports.end());
|
||||
}
|
||||
|
Reference in New Issue
Block a user