Commit a9e2c64f authored by Vincent Pelletier's avatar Vincent Pelletier

shell: Fix indentation.

parent 5090557f
......@@ -1076,7 +1076,8 @@ EOF
)"; then
printf "%s\\n" "$crl" > "$cas_crl"
else
printf "Received CAS CRL was not signed by CAS CA certificate, skipping\\n"
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"
......
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