feat: Update 14 and remove 1 files
This commit is contained in:
@@ -307,7 +307,7 @@ namespace dropshell
|
||||
}
|
||||
|
||||
// Run status script, does not display output.
|
||||
if (!env.run_remote_template_command(service, "status", {}, true, {}))
|
||||
if (!env.run_remote_template_command(service, "status", {}, true, {}, NULL))
|
||||
return HealthStatus::UNHEALTHY;
|
||||
return HealthStatus::HEALTHY;
|
||||
}
|
||||
@@ -337,7 +337,7 @@ namespace dropshell
|
||||
|
||||
// Run ports script and capture output
|
||||
std::string output;
|
||||
if (env.run_remote_template_command_and_capture_output(service, "ports", {}, output, true, {}))
|
||||
if (env.run_remote_template_command(service, "ports", {}, true, {}, &output))
|
||||
{
|
||||
// Parse the output - expecting comma-separated or newline-separated port numbers
|
||||
std::stringstream ss(output);
|
||||
|
||||
Reference in New Issue
Block a user