Commit 206731fb authored by Georgiy Ignatov's avatar Georgiy Ignatov

fix missing exit

parent 6a30fa54
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment