feat: Update 2 files
This commit is contained in:
@@ -125,7 +125,7 @@ void list_servers() {
|
||||
if (it != server_online_status.end()) {
|
||||
is_online = it->second;
|
||||
} else {
|
||||
// Quick connectivity check with short timeout (already set to 3s in execute.cpp)
|
||||
// Quick connectivity check
|
||||
sSSHInfo sshinfo = server_env.get_SSH_INFO(sup.user.user);
|
||||
std::string test_cmd = "true";
|
||||
is_online = execute_ssh_command(sshinfo, sCommand("", test_cmd, {}), cMode::Silent);
|
||||
|
Reference in New Issue
Block a user