Commit a9e2c64f authored by Vincent Pelletier's avatar Vincent Pelletier

shell: Fix indentation.

parent 5090557f
...@@ -1074,10 +1074,11 @@ EOF ...@@ -1074,10 +1074,11 @@ EOF
if crl="$( if crl="$(
getCertificateRevocationList "${ca_anon_url}/cas" "$cas_ca" getCertificateRevocationList "${ca_anon_url}/cas" "$cas_ca"
)"; then )"; then
printf "%s\\n" "$crl" > "$cas_crl" printf "%s\\n" "$crl" > "$cas_crl"
else else
printf "Received CAS CRL was not signed by CAS CA certificate, skipping\\n" printf \
fi "Received CAS CRL was not signed by CAS CA certificate, skipping\\n"
fi
if [ $update_user -eq 1 ]; then if [ $update_user -eq 1 ]; then
updateCACertificate "${ca_anon_url}/cau" "$cas_ca" "$cau_ca" updateCACertificate "${ca_anon_url}/cau" "$cas_ca" "$cau_ca"
status=$? status=$?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment