Skip to content

wmcs-k8s-get-cert: some minor bash improvements

David Caro requested to merge minor_get_cert_fixes into main
  • 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

Merge request reports