This commit is contained in:
parent
4efccf7793
commit
4c0bca4def
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user