From 4c0bca4defb8085c53862a8480522b22dbe8f580 Mon Sep 17 00:00:00 2001 From: Your Name <j@842.be> Date: Sat, 17 May 2025 12:40:53 +1200 Subject: [PATCH] Nice message. --- source/src/commands/install.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/src/commands/install.cpp b/source/src/commands/install.cpp index 7cc9d1f..86bd443 100644 --- a/source/src/commands/install.cpp +++ b/source/src/commands/install.cpp @@ -339,7 +339,7 @@ namespace dropshell // just test all is ok 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) { std::cerr << "Failed to install bb64 on " << server << std::endl;