Nice message.
Some checks failed
Dropshell Test / Build_and_Test (push) Has been cancelled

This commit is contained in:
Your Name 2025-05-17 12:40:53 +12:00
parent 4efccf7793
commit 4c0bca4def

View File

@ -339,7 +339,7 @@ namespace dropshell
// just test all is ok // just test all is ok
std::string output; std::string output;
bool okay = execute_ssh_command(server_env.get_SSH_INFO(), sCommand(agent_path, "./bb64 -i QkI2NCBpcyBjb3JyZWN0bHkgaW5zdGFsbGVk", {}), cMode::CaptureOutput, &output); bool okay = execute_ssh_command(server_env.get_SSH_INFO(), sCommand(agent_path, "./bb64 -i VGhlIGRyb3BzaGVsbCByZW1vdGUgYWdlbnQgaXMgY29ycmVjdGx5IGluc3RhbGxlZC4=", {}), cMode::CaptureOutput, &output);
if (!okay) if (!okay)
{ {
std::cerr << "Failed to install bb64 on " << server << std::endl; std::cerr << "Failed to install bb64 on " << server << std::endl;