Commit a9e2c64f authored by Vincent Pelletier's avatar Vincent Pelletier

shell: Fix indentation.

parent 5090557f
......@@ -1074,10 +1074,11 @@ EOF
if crl="$(
getCertificateRevocationList "${ca_anon_url}/cas" "$cas_ca"
)"; then
printf "%s\\n" "$crl" > "$cas_crl"
else
printf "Received CAS CRL was not signed by CAS CA certificate, skipping\\n"
fi
printf "%s\\n" "$crl" > "$cas_crl"
else
printf \
"Received CAS CRL was not signed by CAS CA certificate, skipping\\n"
fi
if [ $update_user -eq 1 ]; then
updateCACertificate "${ca_anon_url}/cau" "$cas_ca" "$cau_ca"
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