Merge pull request #23 from Snawoot/shellcheck
* Fixes bug: message 'Something went wrong. Check nvidia driver' never displayed because $? always zero due to pipe containing last head which always succeeds. * Fix: https://www.shellcheck.net/wiki/SC2086 -- Double quote to prevent globbing * Fix: https://www.shellcheck.net/wiki/SC2181 -- Check exit code directly with * Introduces strict mode of BASH operation
Showing
Please register or sign in to comment