mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-19 21:03:12 -07:00
fix missing exit
This commit is contained in:
parent
6a30fa54df
commit
206731fbc3
1 changed files with 1 additions and 0 deletions
1
patch.sh
1
patch.sh
|
@ -192,6 +192,7 @@ patch_common () {
|
|||
echo "CMD: \"$cmd\""
|
||||
echo "Result: \"$driver_versions_list\""
|
||||
echo "nvidia-smi retcode: $ret_code"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "Detected nvidia driver version: $driver_version"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue