Updates to resolve shellcheck issues

Removed hack/lib/test.sh from /hack/shellcheck_failures
Removed  and }s to satisfy shellcheck SC2004
Added double quotes to satisfy shellcheck SC2086
Converted array reference to access all elements to satisfy shellcheck SC2128
Updates to satisfy shellcheck SC2143
Updates to satisfy shellcheck SC2178 & SC2124
Updates to satisfy shellcheck SC2128
Updates to satisfy shellcheck SC2207

Remove double quotes to allow expansion. Fixed piping to grep -q

Removed quotes to allow for expansion on flags
This commit is contained in:
Joe Searcy
2019-08-24 00:50:12 -04:00
parent 9fa7889e98
commit 1b7ba643bb
2 changed files with 39 additions and 28 deletions

View File

@@ -14,4 +14,3 @@
./cluster/log-dump/log-dump.sh
./cluster/pre-existing/util.sh
./cluster/validate-cluster.sh
./hack/lib/test.sh