Skip to content

Commit

Permalink
Change exit code to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Keukhan authored and hashworks committed Jul 18, 2024
1 parent 7680b78 commit f722f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/install_nvidia_driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ success_exit()
echo ""
echo "Reboot is required to use the nvidia video driver"
export PATH=${PATH}:/usr/local/cuda/bin/
exit 1
exit 0
}

fail_exit()
Expand Down

0 comments on commit f722f65

Please sign in to comment.