wmcs-k8s-get-cert: some minor bash improvements
- Use
[[]]
instead of external test command[]
- Use
"$var" != ""
instead of harder to read-z
- Don't redirect error output to
/dev/null
, otherwise you don't see anything when it fails making it really hard to debug.
Signed-off-by: David Caro dcaro@wikimedia.org