[mod] check:generic_remote:add command to log

This commit is contained in:
Christian Fraß 2023-09-05 10:58:36 +02:00
parent ccdbe1f0df
commit 9aff8752f3

View file

@ -195,6 +195,7 @@ namespace _heimdall.check_kinds.generic_remote
return {
"condition": _heimdall.enum_condition.unknown,
"info": {
"command": outer_command,
"error": shell_exec_result.stderr,
}
};