Update all boolean value checks to use lowercase. Example of a change; `if [ "$a" == "Check"]; then` should be changed to `if [ "$a" == "check"]; then`