Skip to content

Commit

Permalink
Update return code
Browse files Browse the repository at this point in the history
  • Loading branch information
Deezzir committed Oct 17, 2024
1 parent 23b9305 commit 527a87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/local/files/run_dcgmproftester.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail
# The wrapper is needed so the build does not fail on ARM, as there is no dcgmproftester10 in the ARM DCGM deb package

if [[ "$1" != "10" && "$1" != "11" && "$1" != "12" ]]; then
exit 1
exit 127
fi

BINARY="$SNAP/usr/bin/dcgmproftester$1"
Expand Down

0 comments on commit 527a87d

Please sign in to comment.