Update source/src/commands/shared_commands.cpp
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 31s
Build-Test-Publish / build (linux/arm64) (push) Successful in 1m10s

This commit is contained in:
j
2025-12-30 10:44:02 +13:00
parent a0794f5bfb
commit e2da779a56

View File

@@ -173,7 +173,7 @@ namespace dropshell
std::string output;
sCommand cmd(agent_path, "all_status.sh", {});
bool success = execute_ssh_command(server_env.get_SSH_INFO(user), cmd, cMode::Silent, &output);
bool success = execute_ssh_command(server_env.get_SSH_INFO(user), cmd, cMode::Silent | cMode::NoBB64, &output);
if (!success || output.empty()) {
debug << "Failed to run all_status.sh on " << server_name << " for user " << user << std::endl;