Skip to content

Commit

Permalink
Addressing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
suket22 authored Jun 24, 2024
1 parent cf280e9 commit 68ad46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log-collector-script/linux/eks-log-collector.sh
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ get_nvidia_bug_report() {
if ! command -v nvidia-bug-report.sh &> /dev/null; then
echo "No Nvidia drivers found, nothing to do."
else
timeout 75 command nvidia-bug-report.sh --output-file "${COLLECT_DIR}"/gpu/nvidia-bug-report.log &> /dev/null
timeout 75 nvidia-bug-report.sh --output-file "${COLLECT_DIR}"/gpu/nvidia-bug-report.log &> /dev/null
fi
ok
}
Expand Down

0 comments on commit 68ad46d

Please sign in to comment.