aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/subcommands/top.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/subcommands/top.bash b/lib/subcommands/top.bash
index 7763eba..a8806af 100644
--- a/lib/subcommands/top.bash
+++ b/lib/subcommands/top.bash
@@ -46,7 +46,7 @@ subcommand()
else
debug "$BASHTARD_NAME/ssh" "$user@$node ($host) > bashtard sysinfo"
# shellcheck disable=SC2029
- results+=(["$node"]="$(ssh "$user@$host" "bashtard sysinfo")")
+ results+=(["$node"]="$(ssh "$user@$host" "bashtard sysinfo" 2>/dev/null)")
fi
unset user