feat: Update 5 and remove 1 files
This commit is contained in:
@@ -323,7 +323,8 @@ namespace dropshell
|
||||
for (const auto &[key, value] : extra_env_vars)
|
||||
scommand->add_env_var(key, value);
|
||||
|
||||
return execute_ssh_command(get_SSH_INFO(user), scommand.value(), cMode::Defaults, &output);
|
||||
// Use Silent mode when capturing output to avoid printing to console
|
||||
return execute_ssh_command(get_SSH_INFO(user), scommand.value(), cMode::Silent, &output);
|
||||
}
|
||||
|
||||
std::string ServerConfig::get_variable(const std::string &name) const
|
||||
|
Reference in New Issue
Block a user